From d285b0dbc74fd7cecb25e8fbe82ed4269bbfa94b Mon Sep 17 00:00:00 2001 From: Yannick Schaus Date: Thu, 3 May 2018 20:35:56 +0200 Subject: [PATCH] Fix popups flickering in MS Edge Signed-off-by: Yannick Schaus --- web/src/css/app.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/css/app.styl b/web/src/css/app.styl index 0f95749..182cdb4 100644 --- a/web/src/css/app.styl +++ b/web/src/css/app.styl @@ -1,7 +1,7 @@ // app global css // prevent the pull to refresh on Android Chrome -body:not(.platform-ios) +body.mobile.touch:not(.platform-ios) width 100% height 100% position absolute