Browse Source

feat: add position relative to .app-main

REJack 1 year ago
parent
commit
cc5ef846c9
1 changed files with 1 additions and 0 deletions
  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 {