mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-13 16:04:05 +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 {
|
||||
z-index:1;
|
||||
z-index:50;
|
||||
position: fixed;
|
||||
width: var(--sidebarWidth);
|
||||
padding-right: 20px;
|
||||
|
||||
Reference in New Issue
Block a user