From e6a48133f6df2c5cda83cb36508d01b4712b715a Mon Sep 17 00:00:00 2001 From: Webifi Date: Thu, 1 Jun 2023 21:08:33 -0500 Subject: [PATCH] set z-index for footer/mask --- src/app.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app.scss b/src/app.scss index 5f45928..2f792fb 100644 --- a/src/app.scss +++ b/src/app.scss @@ -354,6 +354,7 @@ aside.menu.main-menu .menu-expanse { } .lower-mask, .lower-mask2 { + z-index: 1; display: block; position: fixed; bottom: 0px; @@ -420,6 +421,7 @@ aside.menu.main-menu .menu-expanse { } .prompt-input-container { + z-index:2; position: fixed; bottom: 0px; width: var(--mainContentWidth);