From cc5ef846c98421527263a4e4244f7600d4ed43a7 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 1 Jun 2023 02:14:15 +0200 Subject: [PATCH] feat: add position relative to .app-main --- src/scss/_app-main.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scss/_app-main.scss b/src/scss/_app-main.scss index 5f794efdb..424000a63 100644 --- a/src/scss/_app-main.scss +++ b/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 {