We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5521a commit fb173f1Copy full SHA for fb173f1
chat/src/app/embed/page.tsx
@@ -4,7 +4,9 @@ import { ChatProvider } from "@/components/chat-provider";
4
export default function EmbedPage() {
5
return (
6
<ChatProvider>
7
- <Chat />
+ <div className="flex flex-col h-svh">
8
+ <Chat />
9
+ </div>
10
</ChatProvider>
11
);
12
}
0 commit comments