mirror of https://github.com/ColorlibHQ/AdminLTE
fix iframe fullscreen mode with fixed navbar
parent
0c2c54ed54
commit
13bcd7b662
|
@ -15,6 +15,10 @@ body.iframe-mode {
|
||||||
|
|
||||||
body.iframe-mode-fullscreen {
|
body.iframe-mode-fullscreen {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
|
&.layout-navbar-fixed .wrapper .content-wrapper {
|
||||||
|
margin-top: 0 !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
|
@ -38,7 +42,7 @@ body.iframe-mode-fullscreen {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
|
|
||||||
@include on-touch-device () {
|
@include on-touch-device() {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -60,7 +64,7 @@ body.iframe-mode-fullscreen {
|
||||||
animation-fill-mode: both;
|
animation-fill-mode: both;
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
|
|
||||||
@include on-touch-device () {
|
@include on-touch-device() {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue