Hello Community,
I want to change the color of a table scrollbar. I inspected the element and managed to change the color temporarily there, but I don’t know where to make this change permanently.
Does anyone have any ideas?
Thank you in advance!
Hello Community,
I want to change the color of a table scrollbar. I inspected the element and managed to change the color temporarily there, but I don’t know where to make this change permanently.
Does anyone have any ideas?
Thank you in advance!
you can add a text block, change it to html, and add your custom css in there
you will have to disable html sanitizing in your grafana.ini:
[panels]
disable_sanitize_html = true
Hi, I’m developing dashboards to visualize telematics data on an opensource license server with many other people. I would like to understand how to make changes to individual panels without creating a custom css that will change visuals for everyone’s panels. Looking through the forums led me here and was wondering if you could you give more detail about how your solution works?