How would we customize the color of the scrollbar from the default of `rgba(0, 0, 0, .1)`? I'd like to use this in an application with a dark background color, and `rgba(0, 0, 0, .1)` doesn't show up well on dark backgrounds.
How would we customize the color of the scrollbar from the default of
rgba(0, 0, 0, .1)?I'd like to use this in an application with a dark background color, and
rgba(0, 0, 0, .1)doesn't show up well on dark backgrounds.