From 23dd97f00b964ae067d57dad8811c3dd99d5cc76 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 30 Jan 2019 11:44:41 +0100 Subject: [PATCH] fix #2556 @0:10 --- style/fluidbook.less | 6 ++++++ 1 file changed, 6 insertions(+) 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; } -- 2.39.5