From: Vincent Vanwaelscappel Date: Fri, 6 Dec 2019 11:09:27 +0000 (+0100) Subject: fix #3252 @0:10 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=cb81bca9ed69342863db2196915ad698059b7224;p=fluidbook-html5.git fix #3252 @0:10 --- diff --git a/style/tabs.less b/style/tabs.less index 596734a2..0e028653 100644 --- a/style/tabs.less +++ b/style/tabs.less @@ -6,15 +6,17 @@ z-index: 5000; svg { - position: absolute; + position: relative; top: 0; left: 0; + z-index: 0; } .tablink { position: absolute; width: 100%; height: 100%; + z-index: 1; top: 0; left: 0; display: block;