From 582b42e409757ef43c1c939f747d2ce63799b6dd Mon Sep 17 00:00:00 2001 From: Brutal Strike Date: Wed, 16 Oct 2024 18:05:22 +0300 Subject: [PATCH] fix: don't always show scrollbars (#548) --- 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 b3820e16..c4f90f43 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 && (