fix iframe fullscreen mode with fixed navbar

pull/3950/head
REJack 2021-09-17 23:42:08 +02:00
parent 0c2c54ed54
commit 13bcd7b662
1 changed files with 6 additions and 2 deletions

View File

@ -15,6 +15,10 @@ body.iframe-mode {
body.iframe-mode-fullscreen {
overflow: hidden;
&.layout-navbar-fixed .wrapper .content-wrapper {
margin-top: 0 !important;
}
}
.content-wrapper {