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.84k stars 214 forks source link

I can't hide the ugly scrollbars in the browser. #523

Closed freedomwebcn closed 1 year ago

freedomwebcn commented 1 year ago

Describe the bug "I'm using overlayscrollbars and a virtual scrolling library vue-virtual-scroller, but I can't hide the ugly scrollbars in the browser. I need to add .scroller::-webkit-scrollbar {display: none;} to hide them. Can you help me see what's wrong? Thank you."

Examples https://codesandbox.io/s/white-night-v3c6h6?file=/src/App.vue

KingSora commented 1 year ago

@freedomwebcn good day :)

What was the solution to your problem?

freedomwebcn commented 1 year ago

yes,thx u.👍