]> _ Git - fluidbook-html5.git/commitdiff
wait #3995 @0.75
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 16:14:43 +0000 (17:14 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 28 Oct 2020 16:14:43 +0000 (17:14 +0100)
style/fluidbook.less

index 6b9577c07395646c32df5362d2521df3beb5555b..baf64c185521d699f81b08eae4e2514fd4cc4f43 100644 (file)
@@ -1260,6 +1260,30 @@ html.ios body.portrait #interface {
 
   &.notinteractive {
     pointer-events: none;
+
+    .mask {
+      position: absolute;
+      z-index: 2;
+      top: 0;
+      left: 0;
+      width: 100%;
+      height: 100%;
+      display: block;
+
+      .ios & {
+        pointer-events: all;
+      }
+    }
+
+    iframe {
+      position: relative;
+      z-index: 1;
+      pointer-events: none;
+
+      * {
+        pointer-events: none;
+      }
+    }
   }
 
   .linkshowclose {