daybrush / infinite-viewer

Infinite Viewer is Document Viewer Component with infinite scrolling.
https://daybrush.com/infinite-viewer/
MIT License
296 stars 33 forks source link

Example how to get to the scroll elements to change styling #29

Closed Arjanno closed 2 years ago

Arjanno commented 2 years ago

Hi, I'm got my react app in darkmode which makes the default color of the vertical/horizontal scroll elements hard to see. I think there's a means to get to to them but have been unable to find a way to override the color. Could you show an example?

daybrush commented 2 years ago

@Arjanno

sorry. It's hard to customize though. You can do this by editing the css part.

image

.infinite-viewer-scroll-thumb {
    background: red!important;
}
Arjanno commented 2 years ago

Awesome. Thanks!