Skip to content

Commit

Permalink
[Stable16] Fix mobile vertical scrolling
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed May 9, 2019
1 parent 02d82df commit 8f56f69
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/js/dist/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/js/dist/main.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions core/src/jquery/css/jquery-ui-fixes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -225,3 +225,9 @@
border: 1px solid var(--color-primary-text);
}


/* DRAGGABLE */
.ui-draggable-handle,
.ui-selectable {
touch-action: pan-y;
}

0 comments on commit 8f56f69

Please sign in to comment.