From: Vincent Vanwaelscappel Date: Fri, 23 Jun 2017 10:19:59 +0000 (+0200) Subject: fix #1493 @0:15 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b4b7777c8c8ad1d0373b73a2c6d4d31895b8bd58;p=fluidbook-html5.git fix #1493 @0:15 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 00eef700..86d54c55 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -730,15 +730,19 @@ html.ios body.portrait #interface { #links .link { position: absolute; cursor: auto; - z-index: 3; + z-index: 4; &.eventOverlayLink { - z-index: 2; + z-index: 3; } } +.link.zoomarea { + z-index: 1 !important; +} + .link.multimedia { position: absolute; - z-index: 1 !important; + z-index: 2 !important; -ms-touch-action: manipulation; touch-action: manipulation;