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
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
}
The text was updated successfully, but these errors were encountered:
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
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
}
The text was updated successfully, but these errors were encountered: