Behaviour - On all pages, it is not possible to scroll from a mobile view in the vertical direction
Expected behaviour - swiping up/down on the screen should scroll the page up/down.
Potential fixes (from AI):
- ensure touch-action settings in css, this looks potentially like the issue based on a quick code search of the repo.
- check custom scroll containers
- check for 100vh bugs
Behaviour - On all pages, it is not possible to scroll from a mobile view in the vertical direction
Expected behaviour - swiping up/down on the screen should scroll the page up/down.
Potential fixes (from AI):