From 80aa0cbb57dc963c3e7538e78d1a9a0b5d5b7487 Mon Sep 17 00:00:00 2001 From: Webifi Date: Sat, 3 Jun 2023 10:58:49 -0500 Subject: [PATCH] more z-index issues --- src/app.scss | 6 +++- src/lib/Chat.svelte | 73 +++++++++++++++++++++++---------------------- 2 files changed, 42 insertions(+), 37 deletions(-) diff --git a/src/app.scss b/src/app.scss index 4707af2..2d41614 100644 --- a/src/app.scss +++ b/src/app.scss @@ -336,7 +336,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; @@ -610,6 +610,10 @@ aside.menu.main-menu .menu-expanse { border-bottom-left-radius: 0px !important; } +.modal { + z-index:100; +} + .modal-card footer { justify-content: space-between; } diff --git a/src/lib/Chat.svelte b/src/lib/Chat.svelte index 723c646..65f70c5 100644 --- a/src/lib/Chat.svelte +++ b/src/lib/Chat.svelte @@ -501,6 +501,43 @@ + + + + +