From 1c808b3da8fb620896ba2a3191d51cc5c729d64e Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 3 Oct 2016 16:09:59 +0200 Subject: [PATCH] Add comment for the 'important' css rule --- www/slide/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/slide/index.html b/www/slide/index.html index eb21c217f..3429318fb 100644 --- a/www/slide/index.html +++ b/www/slide/index.html @@ -32,6 +32,8 @@ padding:0; overflow:hidden; } + /* We use !important here to override the 96% set to the element in DecorateToolbar.js + when we enter fullscreen mode. It allows us to avoid changing the iframe's size in JS */ #pad-iframe.fullscreen { top: 0px; height: 100% !important;