From 0a5144e784743e0637c873ffb03395765b01120e Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Sat, 21 Dec 2024 20:44:18 +0530 Subject: [PATCH] fix: Adjust height of message container in PlaygroundChat component --- src/components/Option/Playground/PlaygroundChat.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Option/Playground/PlaygroundChat.tsx b/src/components/Option/Playground/PlaygroundChat.tsx index ea5361f..03cdb95 100644 --- a/src/components/Option/Playground/PlaygroundChat.tsx +++ b/src/components/Option/Playground/PlaygroundChat.tsx @@ -58,7 +58,7 @@ export const PlaygroundChat = () => { /> ))} {messages.length > 0 && ( -
+
)} {!isAtBottom && (