From: Vincent Vanwaelscappel Date: Tue, 29 Jan 2019 11:51:06 +0000 (+0100) Subject: fix #2551 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=01d41c04eb9992705d0be39b68a912d4cb399e39;p=fluidbook-html5.git fix #2551 @0:15 --- 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; }