From 306895d3074ea7e6682a2fe2887434cb6b99534e Mon Sep 17 00:00:00 2001 From: Brutal Strike Date: Mon, 14 Oct 2024 09:36:15 +0300 Subject: [PATCH] fix always showing scrollbars --- app/components/chat/BaseChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/chat/BaseChat.tsx b/app/components/chat/BaseChat.tsx index b3820e1..c4f90f4 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -69,7 +69,7 @@ export const BaseChat = React.forwardRef( data-chat-visible={showChat} > {() => } -
+
{!chatStarted && (