KingSora / OverlayScrollbars

A javascript scrollbar plugin that hides the native scrollbars, provides custom styleable overlay scrollbars, and preserves the native functionality and feel.
https://kingsora.github.io/OverlayScrollbars
MIT License
3.71k stars 215 forks source link

Whole front-end project scrolling bar control #644

Closed johnsonwong666 closed 1 month ago

johnsonwong666 commented 1 month ago

Thank you open source. I currently want to unify the scrolling bar of the whole front-end project. I want to control all scrollable containers and display the scrollbar when mouse hoover, otherwise I will hide the scroll bar. I wonder if I can use OverlayScrollbars?

KingSora commented 1 month ago

Good day @johnsonwong666 :)

Yes, you can use OverlayScrollbars for that! You just have to initialize the plugin explicitly to any scrollable container by yourself.