From ccdb1689ca722be79bb8638e9418fe99a199646e Mon Sep 17 00:00:00 2001 From: Webifi Date: Sat, 3 Jun 2023 10:35:15 -0500 Subject: [PATCH] fix z-index issues --- src/app.scss | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/app.scss b/src/app.scss index b70057b..2f5fe84 100644 --- a/src/app.scss +++ b/src/app.scss @@ -59,16 +59,28 @@ html { } +@media screen and (min-width: 1024px) { + .chat-menu-item .chat-icon { + display: none; + } + .modal-card { + width: 960px; + } +} + @media only screen and (max-width: 900px) and (min-width: 769px) { .chat-menu-item .chat-icon { display: none; - } + } } @media only screen and (max-width: 768px) { .navbar { display: block !important; } + .main-menu { + z-index: 50; + } html { --BgColorSidebarLight: hsl(210, 12%, 97%); // --BgColorSidebarDark: rgb(22, 24, 30); @@ -327,7 +339,7 @@ $modal-background-background-color-dark: rgba($dark, 0.86) !default; // remove t } aside.menu.main-menu { - z-index:50; + // z-index:50; position: fixed; width: var(--sidebarWidth); padding-right: 20px;