mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fix mobile vertical scrolling
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
35b31110ef
commit
d6710b597b
3 changed files with 8 additions and 2 deletions
2
core/js/dist/main.js
vendored
2
core/js/dist/main.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/main.js.map
vendored
2
core/js/dist/main.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -225,3 +225,9 @@
|
|||
border: 1px solid var(--color-primary-text);
|
||||
}
|
||||
|
||||
|
||||
/* DRAGGABLE */
|
||||
.ui-draggable-handle,
|
||||
.ui-selectable {
|
||||
touch-action: pan-y;
|
||||
}
|
||||
Loading…
Reference in a new issue