Преглед на файлове

feat: add position relative to .app-main

REJack преди 1 година
родител
ревизия
cc5ef846c9
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  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;
   max-width: 100vw;
   padding-bottom: 1rem;
+  position: relative;
   @include transition($lte-transition-speed $lte-transition-fn);
 
   .app-content-header {