Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scroll zoom also scrolls the page #38

Open
es-kan opened this issue Sep 7, 2020 · 2 comments
Open

Scroll zoom also scrolls the page #38

es-kan opened this issue Sep 7, 2020 · 2 comments

Comments

@es-kan
Copy link

es-kan commented Sep 7, 2020

Whenever I scroll to zoom out, the page with my pan-zoom component also scrolls down! Is there a way to disable page scroll while I'm using the scroll wheel to zoom?

@davidmarogy
Copy link

@es-kan I encountered the same problem. A quick fix would be if you create a click listener which will set the
body.style.overflow = 'hidden';
And a blur listener which will set it back to auto.

@dydome
Copy link

dydome commented Feb 13, 2024

Unfortunately, this is causing the body to remove the scroll and the page is jumping because it is losing padding on the right because of the missing scroll.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants