Replies: 1 comment 6 replies
-
Good day @gem0303 :) You can send me the url to your full project as well (if thats something you want). I can then try to debug it myself |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to use OverlayScrollbars for an online training course that uses a bunch of absolutely positioned divs stacked on top of each other. It works great on desktop, but on both iPhone and Android phones we are seeing double scrollbars.
I made a very reduced testcase on Codepen but so far have not managed to repro the bug. (edit 8/15 -- realized this is actually showing double scrollbars on mobile if you view it outside of an iframe). I plan to keep merging in code but the courses are a fairly complicated setup and I'm not really sure what to try next. I was hoping you had some thoughts on what could be causing the double scrollbars to help me track down the problematic code. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions