From 324a0a717da3219282ae068ac9e907489936214b Mon Sep 17 00:00:00 2001 From: XinTaoFei Date: Mon, 16 Mar 2026 21:30:47 +0800 Subject: [PATCH] Revert "fix(chat): prevent textarea scroll content under bottom toolbar" --- src/components/chat/message-input.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/src/components/chat/message-input.tsx b/src/components/chat/message-input.tsx index 431d998..a2104a5 100644 --- a/src/components/chat/message-input.tsx +++ b/src/components/chat/message-input.tsx @@ -1115,7 +1115,7 @@ export function MessageInput({ : hasResourceAttachments ? "pt-10" : "pt-3" - const bottomPaddingClass = "pb-14" + const bottomPaddingClass = "pb-10" const showDragActive = isDragActive && !disabled const selectorItems = ( @@ -1239,14 +1239,7 @@ export function MessageInput({ {t("dropFilesToAttach")} )} -