style(footer+header): made both sticky

This commit is contained in:
JK-le-dev 2025-10-18 21:39:02 -05:00
commit 3661874789
4 changed files with 38 additions and 31 deletions

View file

@ -25,7 +25,7 @@ export default function ChatLayout() {
}
return (
<div className="flex flex-col">
<div className="flex flex-col justify-between h-full w-full max-w-4xl gap-4 p-4">
<ChatHeader />
<ChatWindow messages={messages} />
<MessageInput onSend={handleSend} />