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 {
|
.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);
|
||||||
|
|
Loading…
Reference in New Issue