fix: Adjust height of message container in PlaygroundChat component

This commit is contained in:
n4ze3m 2024-12-21 20:44:18 +05:30
parent f8bd740cfa
commit 0a5144e784

View File

@ -58,7 +58,7 @@ export const PlaygroundChat = () => {
/> />
))} ))}
{messages.length > 0 && ( {messages.length > 0 && (
<div className="w-full h-16 flex-shrink-0"></div> <div className="w-full h-10 flex-shrink-0"></div>
)} )}
</div> </div>
{!isAtBottom && ( {!isAtBottom && (