Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling
[Stable16] Fix mobile vertical scrolling
This commit is contained in:
commit
d4bc8d390f
File diff suppressed because one or more lines are too long
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 New Issue