Skip to content

Commit fb173f1

Browse files
committed
Fix styles
1 parent 3c5521a commit fb173f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

chat/src/app/embed/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ import { ChatProvider } from "@/components/chat-provider";
44
export default function EmbedPage() {
55
return (
66
<ChatProvider>
7-
<Chat />
7+
<div className="flex flex-col h-svh">
8+
<Chat />
9+
</div>
810
</ChatProvider>
911
);
1012
}

0 commit comments

Comments
 (0)