From 48bae8bf6396efaeb9a19fb8583cd91bd30874d2 Mon Sep 17 00:00:00 2001 From: PhilReact Date: Sat, 23 Nov 2024 08:39:22 +0200 Subject: [PATCH] added zIndex --- src/components/Chat/ChatOptions.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/Chat/ChatOptions.tsx b/src/components/Chat/ChatOptions.tsx index f9cd1f2..8717405 100644 --- a/src/components/Chat/ChatOptions.tsx +++ b/src/components/Chat/ChatOptions.tsx @@ -190,6 +190,7 @@ export const ChatOptions = ({ messages, goToMessage, members, myName, selectedGr left: isMobile ? 0 : 'unset', right: isMobile ? 0 : 'unset', bottom: isMobile ? 0 : 'unset', + zIndex: 11 }} >