You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The page should not be scrolled. The editor is focused with preventScroll: true. It's unexpected that creating a OverlayScrollbars would scroll the page.
Environment
Used Operating System(s): macOS
Used Browser(s) (with version): Chrome 123
Additional context
I believe to fix the issue, we should pass preventScroll: true in focusElm because we only want to focus instead of scrolling.
The text was updated successfully, but these errors were encountered:
@luin Since I'm often slowed down by these processes as well, I'm trying to lead by example in my own repositories.. Its not always possible but whenever it is I'm trying
Describe the bug
If I have a element that is:
The page would scroll unexpectedly if I make the element an instance of OverlayScrollbars.
To Reproduce
Expected behavior
The page should not be scrolled. The editor is focused with
preventScroll: true
. It's unexpected that creating aOverlayScrollbars
would scroll the page.Environment
Additional context
I believe to fix the issue, we should pass
preventScroll: true
infocusElm
because we only want to focus instead of scrolling.The text was updated successfully, but these errors were encountered: