feat: add position relative to .app-main

This commit is contained in:
REJack
2023-06-01 02:14:15 +02:00
parent 83b31e8a0b
commit cc5ef846c9

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 {