How to change the color of the scrollbar handle?

Hi

The color of the scrollbar is so faint in the dark mode that most of the time I have hard time finding it. Is there a way to make it a bit darker?

nxplayer.bin_MAzgX0psnz

There is a bit of CSS to change the main scrollbar on the notebook, notes and editor panel but not sure how you would change the scrollbar for the markdown viewer or tinymce.

I've shamelessly stolen the following css (with a tiny tweak) for userchrome from here:

::-webkit-scrollbar-thumb {
 	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .7);
}
2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.