From 3974fece7ad516d4b5faf47990d4add64873e430 Mon Sep 17 00:00:00 2001 From: Simon L Date: Fri, 12 May 2023 17:14:50 +0200 Subject: disable pull-down-to-refresh for mobile Signed-off-by: Simon L Signed-off-by: nextcloud-command --- core/css/styles.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'core/css/styles.scss') 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 { -- cgit v1.2.3