Skip to content

Commit

Permalink
Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling
Browse files Browse the repository at this point in the history
[Stable16] Fix mobile vertical scrolling
  • Loading branch information
MorrisJobke authored May 9, 2019
2 parents a1236d0 + 8f56f69 commit d4bc8d3
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 d4bc8d3

Please sign in to comment.