mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
set z-index for footer/mask
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user