From: Vincent Vanwaelscappel Date: Wed, 30 Jan 2019 10:44:41 +0000 (+0100) Subject: fix #2556 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=23dd97f00b964ae067d57dad8811c3dd99d5cc76;p=fluidbook-html5.git fix #2556 @0:10 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index d8e66234..d3f7f8dd 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -1159,8 +1159,14 @@ html.ios body.portrait #interface { -ms-touch-action: manipulation; touch-action: manipulation; + // Fix #2551 overflow: hidden; + // Fix #2556 + &.tabslink { + overflow: visible; + } + &.notinteractive { pointer-events: none; }