From 06dcb55a9dd47dc4d2ae77ae04c8d2fada6ac47f Mon Sep 17 00:00:00 2001 From: Davide Delbianco Date: Mon, 13 Oct 2025 11:43:46 +0200 Subject: [PATCH] chore: Don't show chat input area scrollbar overflow (#26828) --- web/app/components/base/chat/chat/chat-input-area/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/components/base/chat/chat/chat-input-area/index.tsx b/web/app/components/base/chat/chat/chat-input-area/index.tsx index 8eaf2d4ebc..a1144d5537 100644 --- a/web/app/components/base/chat/chat/chat-input-area/index.tsx +++ b/web/app/components/base/chat/chat/chat-input-area/index.tsx @@ -180,7 +180,7 @@ const ChatInputArea = ({ <>