From 01d41c04eb9992705d0be39b68a912d4cb399e39 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 29 Jan 2019 12:51:06 +0100 Subject: [PATCH] fix #2551 @0:15 --- style/fluidbook.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/fluidbook.less b/style/fluidbook.less index 8a686508..9693ba85 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1159,6 +1159,8 @@ html.ios body.portrait #interface { -ms-touch-action: manipulation; touch-action: manipulation; + overflow: hidden; + &.notinteractive { pointer-events: none; } -- 2.39.5