-
|
I'm using theme Dracula and this theme is overall ok, however the scrollbar thumb is Now that I have a lot of tabs and thumb become small I just can't see it, so I decided to recolor it, however in my attempts I failed. A typical CSS would involve something like scrollbar-color, I tried to apply that to various places, but it didn't work. It work in the browser and on websites, like github, but didn't work in side bar. I do already have some styles which work, but this one doesn't. My next attempt was to use browser devtools ( With some testing within devtools I find out that styles like: thumb {
appearance: none !important;
background: #8ef;
}would work, so I added the style for So I'm a bit stumbled and cannot proceed any further. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Check this out: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#custom-scrollbar-colors-2911 |
Beta Was this translation helpful? Give feedback.

Check this out: https://github.com/piroor/treestyletab/wiki/Code-snippets-for-custom-style-rules#custom-scrollbar-colors-2911