From d5d85633a055dd0b2f2b487f5da62a1cf7ea51e7 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 7 Feb 2018 15:55:18 +0100 Subject: [PATCH] fix #1936 @0:20 --- style/fluidbook.less | 7 +++++++ 1 file changed, 7 insertions(+) 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 { -- 2.39.5