Update z-index values in ModalContainer, PopupContainer, SessionUsersPanel2, and PopoverWrapper for improved layering. Adjust ActionsSidebarWrapper in NewSessionPage for consistent z-index management.

This commit is contained in:
2025-10-22 20:08:41 +05:00
parent 51f2013bee
commit e78c1d892e
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ function SessionUsersPanel2() {
autoAlign={true}
initialCorner={innerWidth >= 640 ? "bottom-right" : "top-right"}
padding="1.111vw"
className="flex gap-4"
className="flex gap-4 z-[999]"
>
{users.map((user) => (
<UserCamera