Browse Source

Fix mobile vertical scrolling

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
John Molakvoæ (skjnldsv) 5 years ago
parent
commit
d6710b597b
3 changed files with 6 additions and 0 deletions
  1. 0 0
      core/js/dist/main.js
  2. 0 0
      core/js/dist/main.js.map
  3. 6 0
      core/src/jquery/css/jquery-ui-fixes.scss

File diff suppressed because it is too large
+ 0 - 0
core/js/dist/main.js


File diff suppressed because it is too large
+ 0 - 0
core/js/dist/main.js.map


+ 6 - 0
core/src/jquery/css/jquery-ui-fixes.scss

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

Some files were not shown because too many files changed in this diff