From: Vincent Vanwaelscappel Date: Wed, 7 Feb 2018 14:55:18 +0000 (+0100) Subject: fix #1936 @0:20 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=d5d85633a055dd0b2f2b487f5da62a1cf7ea51e7;p=fluidbook-html5.git fix #1936 @0:20 --- diff --git a/style/fluidbook.less b/style/fluidbook.less index 2edb2f0b..92f92dcf 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -2288,9 +2288,16 @@ body > input { width: 100%; height: 100%; + .edge & { + visibility: hidden; + } + &.visible { opacity: 1; pointer-events: auto; + .edge & { + visibility: visible; + } } iframe {