diff --git a/src/components/chat/message-input.tsx b/src/components/chat/message-input.tsx index a2104a5..431d998 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-10" + const bottomPaddingClass = "pb-14" const showDragActive = isDragActive && !disabled const selectorItems = ( @@ -1239,7 +1239,14 @@ export function MessageInput({ {t("dropFilesToAttach")} )} -
+