Merge pull request #15469 from nextcloud/stb16/fix/mobile/scrolling

[Stable16] Fix mobile vertical scrolling
This commit is contained in:
Morris Jobke 2019-05-09 15:23:44 +02:00 committed by GitHub
commit d4bc8d390f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -225,3 +225,9 @@
border: 1px solid var(--color-primary-text);
}
/* DRAGGABLE */
.ui-draggable-handle,
.ui-selectable {
touch-action: pan-y;
}