mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #15462 from nextcloud/fix/mobile/scrolling
Fix mobile vertical scrolling
This commit is contained in:
commit
c84da74622
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