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

Unwanted and annoying refreshs when scroll up/down map in mobile browser #9

Open
wanderlan opened this issue Aug 14, 2024 · 0 comments

Comments

@wanderlan
Copy link

Opening a mindmap in mobile browser (Opera mini by example) and scrolling up/down will generate annoying and unwanted refreshs.
Maybe using these CSS will solve it:

html, body {
overscroll-behavior-y: contain;
}
or
body {
overscroll-behavior: none
}

@wanderlan wanderlan changed the title Unwanted and annoying refresh when scroll up map in mobile browser Unwanted and annoying refreshs when scroll up/down map in mobile browser Aug 14, 2024
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

1 participant