[Stable16] Fix mobile vertical scrolling

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2019-05-09 12:27:38 +02:00
parent 02d82df7d7
commit 8f56f6969f
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 6 additions and 0 deletions

BIN
core/js/dist/main.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -225,3 +225,9 @@
border: 1px solid var(--color-primary-text);
}
/* DRAGGABLE */
.ui-draggable-handle,
.ui-selectable {
touch-action: pan-y;
}