fix z-index of side-bar menu

This commit is contained in:
Webifi 2023-06-03 09:44:53 -05:00
parent a38ce6d702
commit cd5d4bed71
1 changed files with 1 additions and 1 deletions

View File

@ -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;