]> _ Git - fluidbook-html5.git/commitdiff
fix #3252 @0:10
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Dec 2019 11:09:27 +0000 (12:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 6 Dec 2019 11:09:27 +0000 (12:09 +0100)
style/tabs.less

index 596734a22c94eebca1d7b82cbf69bfe781407340..0e028653951c6f9f2df24527c7653e745c289b29 100644 (file)
@@ -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;