]> _ Git - fluidbook-html5.git/commitdiff
fix #1493 @0:15
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Jun 2017 10:19:59 +0000 (12:19 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 23 Jun 2017 10:19:59 +0000 (12:19 +0200)
style/fluidbook.less

index 00eef7000d1d12cd9163e37d00f7d720ea67208e..86d54c5597ee08aaf8171971467b4a437848729d 100644 (file)
@@ -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;