We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9008c41 commit 63c8205Copy full SHA for 63c8205
components/chat-panel.tsx
@@ -73,7 +73,7 @@ export function ChatPanel({
73
'mx-auto w-full',
74
messages.length > 0
75
? 'fixed bottom-0 left-0 right-0 bg-background'
76
- : 'fixed bottom-8 left-0 right-0 top-0 flex flex-col items-center justify-center'
+ : 'fixed bottom-8 left-0 right-0 top-24 flex flex-col items-center justify-center'
77
)}
78
>
79
<form
0 commit comments