From d31abc9c4cff27923138714d74e1939192a08a95 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 b1a0c496..b7421349 100644 --- a/app/components/chat/BaseChat.tsx +++ b/app/components/chat/BaseChat.tsx @@ -116,7 +116,7 @@ export const BaseChat = React.forwardRef( data-chat-visible={showChat} > {() => } -
+
{!chatStarted && (