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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user