mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-25 12:22:58 +03:00
Fix margins on chat page for footer (#273)
This commit is contained in:
parent
6ca4d95de4
commit
6cbcc470e1
@ -24,7 +24,7 @@ export default function ChatPage() {
|
||||
<Card className="p-5 max-w-3xl w-full flex-1 mb-24 overflow-auto flex flex-col">
|
||||
<ChatMessages history={history} />
|
||||
</Card>
|
||||
<Card className="fixed left-1/2 w-full max-w-3xl bg-gray-100 dark:bg-gray-800 rounded-b-none -translate-x-1/2 bottom-16 px-5 py-5">
|
||||
<Card className="fixed left-1/2 w-full max-w-3xl bg-gray-100 dark:bg-gray-800 -translate-x-1/2 bottom-16 px-5 py-5 mb-5">
|
||||
<form
|
||||
onSubmit={(e) => {
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user