Skip to content
This repository was archived by the owner on Jan 2, 2025. It is now read-only.

Commit 8259f2e

Browse files
fix UI issue when chat input has long value (#722)
1 parent 316930e commit 8259f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Chat/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ const Chat = () => {
347347
</div>
348348
</div>
349349
</div>
350-
<div className="p-4">
350+
<div className="p-4 overflow-auto">
351351
{!!conversation.length && isChatOpen && (
352352
<Conversation
353353
conversation={conversation}

0 commit comments

Comments
 (0)