From b26ecbd8f899d2f8072a13fb859bb3c8518f7ecc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 28 Oct 2020 17:14:43 +0100 Subject: [PATCH] wait #3995 @0.75 --- style/fluidbook.less | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 { -- 2.39.5