[frontend] Unbreak gesture based navigation

This commit is contained in:
Lilian 2025-02-02 15:06:48 +01:00
parent 9e43594019
commit ed627474a3
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
overflow-x: auto; overflow-x: auto;
overscroll-behavior: contain; overscroll-behavior-y: contain;
} }
.wrapper { .wrapper {

View file

@ -22,7 +22,7 @@
--font-color: #e7edff; --font-color: #e7edff;
--link: #9E9EFF; --link: #9E9EFF;
overscroll-behavior: none; overscroll-behavior-y: none;
} }