Closed tpachmann closed 3 years ago
Fixes #557
The cause of the issue was the height: 100% on the body element, which caused the window to have a fixed height (screen height) and therefore to not be scrollable.
height: 100%
body
Fixes #557
The cause of the issue was the
height: 100%
on thebody
element, which caused the window to have a fixed height (screen height) and therefore to not be scrollable.