Describe the bug
On macOS (at least in Edge and Safari) the whole application scrolls when scrolling using the mouse wheel outside a table (e.g. in the tree when it has no scroll bar).
This is easily disabled by setting overflow: hidden; on body in CSS.
To Reproduce
Steps to reproduce the behavior:
Go to the demo instance on a mac
Scroll using the mouse wheel in a non-scrollable area
Screenshots
Desktop (please complete the following information):
OS: macOS
Browser Edge, Safari
Version Edge 89.0.774.63, Safari Versie 14.0.3 (16610.4.3.1.7)
Describe the bug On macOS (at least in Edge and Safari) the whole application scrolls when scrolling using the mouse wheel outside a table (e.g. in the tree when it has no scroll bar).
This is easily disabled by setting
overflow: hidden;
onbody
in CSS.To Reproduce Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
Additional context
Love this project!