[frontend] Unbreak gesture based navigation
This commit is contained in:
parent
9e43594019
commit
ed627474a3
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
--font-color: #e7edff;
|
--font-color: #e7edff;
|
||||||
--link: #9E9EFF;
|
--link: #9E9EFF;
|
||||||
|
|
||||||
overscroll-behavior: none;
|
overscroll-behavior-y: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue