fix iframe fullscreen mode with fixed navbar

This commit is contained in:
REJack 2021-09-17 23:42:08 +02:00
parent 0c2c54ed54
commit 13bcd7b662

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 {
@ -38,7 +42,7 @@ body.iframe-mode-fullscreen {
visibility: visible;
}
@include on-touch-device () {
@include on-touch-device() {
visibility: visible;
}
}
@ -60,7 +64,7 @@ body.iframe-mode-fullscreen {
animation-fill-mode: both;
visibility: visible;
@include on-touch-device () {
@include on-touch-device() {
visibility: visible;
}
}