Explorar el Código

feat: add position relative to .app-main

REJack hace 1 año
padre
commit
cc5ef846c9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/scss/_app-main.scss

+ 1 - 0
src/scss/_app-main.scss

@@ -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 {