From a8658da56c2566bc7e8f4b512fec7b8dcd3ca2f8 Mon Sep 17 00:00:00 2001 From: Yannick Schaus Date: Thu, 3 May 2018 20:46:29 +0200 Subject: [PATCH] overflow-x none Signed-off-by: Yannick Schaus --- web/src/css/app.styl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/css/app.styl b/web/src/css/app.styl index 182cdb4..228e258 100644 --- a/web/src/css/app.styl +++ b/web/src/css/app.styl @@ -1,4 +1,6 @@ // app global css +body + overflow-x hidden // prevent the pull to refresh on Android Chrome body.mobile.touch:not(.platform-ios)