What could possible cause env() breaking scrollbars? #736
CGollhardt
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have this code (which should working, but does not. Instead it shows the native scrollbar:
While this code is working (shows overlay scrollbar):
I tried to create a stackblitz, but I can not reproduce it there. (https://stackblitz.com/edit/vitejs-vite-actkh3ar?file=main.js)
But in my project (Webpack, JQuery, KendoUI, MVC) the call outside
jquery.readytoOverlayScrollbars.env()is breaking the OverlayScrollbars and showing the native one, even when the DOM is manipulates successfull (data-overlayscrollbars="host").Any ideas?
Great Package by the way, thank you very much for this :)
Beta Was this translation helpful? Give feedback.
All reactions