diff options
author | Simon L <szaimen@e.mail.de> | 2023-05-12 17:14:50 +0200 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2023-05-15 20:09:52 +0000 |
commit | 3974fece7ad516d4b5faf47990d4add64873e430 (patch) | |
tree | 4b961c43ab4d42e74d0cf9a410e0a4c3a3aa94eb /core/css/styles.scss | |
parent | 8362eea14e3cf6700ccc50778a802a3f47a5e080 (diff) | |
download | nextcloud-server-3974fece7ad516d4b5faf47990d4add64873e430.tar.gz nextcloud-server-3974fece7ad516d4b5faf47990d4add64873e430.zip |
disable pull-down-to-refresh for mobile
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'core/css/styles.scss')
-rw-r--r-- | core/css/styles.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index 17ed035d2b2..5e95cd6ed06 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -42,6 +42,8 @@ html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pr html, body { height: 100%; + // disable pull-down-to-refresh on chromium mobile + overscroll-behavior-y: contain; } article, aside, dialog, figure, footer, header, hgroup, nav, section { |