mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Add comment for the 'important' css rule
This commit is contained in:
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…
Reference in New Issue
Block a user