From f82d88ca9870fa122924a1e61ed8f4aea7e6747a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 2 Jun 2017 18:27:03 +0200 Subject: [PATCH] wip #1388 --- style/fluidbook.less | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/style/fluidbook.less b/style/fluidbook.less index b78a4a98..b15c403d 100644 --- a/style/fluidbook.less +++ b/style/fluidbook.less @@ -189,6 +189,11 @@ body, html { &.eventOverlayLink { cursor: inherit; } + + iframe { + width: 100%; + height: 100%; + } } .link { @@ -198,10 +203,6 @@ body, html { -o-transform-origin: 0 0 0; transform-origin: 0 0 0; - iframe { - width: 100%; - height: 100%; - } } /* Coquillette */ @@ -857,7 +858,7 @@ footer.hidden, header.hidden, #interface.hidden { } - &[data-menu="webvideo"] { + &[data-menu="webvideo"],&[data-menu="webvideo"] { iframe { width: 100%; height: 100%; -- 2.39.5