wisemapping / wisemapping-open-source

Open Source Mindmap Tool
Other
69 stars 20 forks source link

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

Open wanderlan opened 1 month ago

wanderlan commented 1 month ago

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 }