mirror of https://github.com/ColorlibHQ/AdminLTE
feat: add position relative to .app-main
parent
83b31e8a0b
commit
cc5ef846c9
|
@ -2,6 +2,7 @@
|
||||||
grid-area: #{$lte-prefix}app-main;
|
grid-area: #{$lte-prefix}app-main;
|
||||||
max-width: 100vw;
|
max-width: 100vw;
|
||||||
padding-bottom: 1rem;
|
padding-bottom: 1rem;
|
||||||
|
position: relative;
|
||||||
@include transition($lte-transition-speed $lte-transition-fn);
|
@include transition($lte-transition-speed $lte-transition-fn);
|
||||||
|
|
||||||
.app-content-header {
|
.app-content-header {
|
||||||
|
|
Loading…
Reference in New Issue