Add comment for the 'important' css rule

pull/1/head
yflory 8 years ago
parent 0f672f19f5
commit 1c808b3da8

@ -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;

Loading…
Cancel
Save