[Stable16] Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
02d82df7d7
commit
8f56f6969f
3 changed files with 6 additions and 0 deletions
BIN
core/js/dist/main.js
vendored
BIN
core/js/dist/main.js
vendored
Binary file not shown.
BIN
core/js/dist/main.js.map
vendored
BIN
core/js/dist/main.js.map
vendored
Binary file not shown.
|
@ -225,3 +225,9 @@
|
|||
border: 1px solid var(--color-primary-text);
|
||||
}
|
||||
|
||||
|
||||
/* DRAGGABLE */
|
||||
.ui-draggable-handle,
|
||||
.ui-selectable {
|
||||
touch-action: pan-y;
|
||||
}
|
Loading…
Reference in a new issue