feat: add position relative to .app-main

pull/5153/head
REJack 2023-06-01 02:14:15 +02:00
parent 83b31e8a0b
commit cc5ef846c9
1 changed files with 1 additions and 0 deletions

View File

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