fix: Adjust height of message container in PlaygroundChat component
This commit is contained in:
parent
f8bd740cfa
commit
0a5144e784
@ -58,7 +58,7 @@ export const PlaygroundChat = () => {
|
||||
/>
|
||||
))}
|
||||
{messages.length > 0 && (
|
||||
<div className="w-full h-16 flex-shrink-0"></div>
|
||||
<div className="w-full h-10 flex-shrink-0"></div>
|
||||
)}
|
||||
</div>
|
||||
{!isAtBottom && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user