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