From 6436f408c1b4bad23425c32c8b099297d84d0661 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20Alper=20=C3=96ZDEM=C4=B0R?= Date: Thu, 11 Apr 2024 08:33:59 +0300 Subject: [PATCH] Update ChatTitle component to include sticky positioning and z-index --- src/components/Chat/ChatContent/ChatTitle.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Chat/ChatContent/ChatTitle.tsx b/src/components/Chat/ChatContent/ChatTitle.tsx index 4130b0ee1..bfa0f1a44 100644 --- a/src/components/Chat/ChatContent/ChatTitle.tsx +++ b/src/components/Chat/ChatContent/ChatTitle.tsx @@ -43,7 +43,7 @@ const ChatTitle = React.memo(() => { return config ? ( <>
{ setIsModalOpen(true); }}