diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-05-09 10:18:15 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-05-09 10:18:15 +0200 |
commit | d6710b597b24d6ae360df214290a07764dbb13d0 (patch) | |
tree | a645f8b2c2797b89440d52cc4774182420fdfcb8 /core/src | |
parent | 35b31110efce6799b1926c9485a246a1c60782dd (diff) | |
download | nextcloud-server-d6710b597b24d6ae360df214290a07764dbb13d0.tar.gz nextcloud-server-d6710b597b24d6ae360df214290a07764dbb13d0.zip |
Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/jquery/css/jquery-ui-fixes.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/src/jquery/css/jquery-ui-fixes.scss b/core/src/jquery/css/jquery-ui-fixes.scss index 233e283e695..b1f7afc1883 100644 --- a/core/src/jquery/css/jquery-ui-fixes.scss +++ b/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; +}
\ No newline at end of file |