mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
fix z-index of side-bar menu
This commit is contained in:
@@ -327,7 +327,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t
|
|||||||
}
|
}
|
||||||
|
|
||||||
aside.menu.main-menu {
|
aside.menu.main-menu {
|
||||||
z-index:1;
|
z-index:50;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
width: var(--sidebarWidth);
|
width: var(--sidebarWidth);
|
||||||
padding-right: 20px;
|
padding-right: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user