set z-index for footer/mask

This commit is contained in:
Webifi 2023-06-01 21:08:33 -05:00
parent 781d003849
commit e6a48133f6
1 changed files with 2 additions and 0 deletions

View File

@ -354,6 +354,7 @@ aside.menu.main-menu .menu-expanse {
} }
.lower-mask, .lower-mask2 { .lower-mask, .lower-mask2 {
z-index: 1;
display: block; display: block;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
@ -420,6 +421,7 @@ aside.menu.main-menu .menu-expanse {
} }
.prompt-input-container { .prompt-input-container {
z-index:2;
position: fixed; position: fixed;
bottom: 0px; bottom: 0px;
width: var(--mainContentWidth); width: var(--mainContentWidth);