set z-index for footer/mask
This commit is contained in:
parent
781d003849
commit
e6a48133f6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue