From e78c1d892e2ccc517b61eae51909d28ffde70959 Mon Sep 17 00:00:00 2001 From: Lanskikh Date: Wed, 22 Oct 2025 20:08:41 +0500 Subject: [PATCH] Update z-index values in ModalContainer, PopupContainer, SessionUsersPanel2, and PopoverWrapper for improved layering. Adjust ActionsSidebarWrapper in NewSessionPage for consistent z-index management. --- client/src/components/ModalContainer.tsx | 2 +- client/src/components/PopupContainer.tsx | 2 +- client/src/components/SessionUsersPanel2.tsx | 2 +- client/src/components/ui/PopoverWrapper.tsx | 2 +- client/src/pages/NewSessionPage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/src/components/ModalContainer.tsx b/client/src/components/ModalContainer.tsx index f0aed15..df1a33f 100644 --- a/client/src/components/ModalContainer.tsx +++ b/client/src/components/ModalContainer.tsx @@ -60,7 +60,7 @@ function ModalContainer() {
{popup && ( = 640 ? "bottom-right" : "top-right"} padding="1.111vw" - className="flex gap-4" + className="flex gap-4 z-[999]" > {users.map((user) => (
)} - +