The Wayback Machine - http://web.archive.org/web/20200628110645/https://github.com/topics/scrollbars
Skip to content
#

scrollbars

Here are 21 public repositories matching this topic...

workinprogresz
workinprogresz commented Apr 21, 2020

I would like to modify the styling of the vertical scrollbar and thumb. In the documentation it is mentioned that to override the default you'll need to so something like
thumbYProps={{ renderer: props => { const { elementRef, ...restProps } = props; return <span {...restProps} ref={elementRef} className="tHuMbY" />; } }}
But in the code [examples](https://github.

Improve this page

Add a description, image, and links to the scrollbars topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the scrollbars topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.