From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 16:14:43 +0000 (+0100) Subject: wait #3995 @0.75 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=b26ecbd8f899d2f8072a13fb859bb3c8518f7ecc;p=fluidbook-html5.git wait #3995 @0.75 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 6b9577c0..baf64c18 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -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 {