Change the color of a table scrollbar

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