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 a2c295d commit f0851cbCopy full SHA for f0851cb
frontend/src/app/collab/page.tsx
@@ -5,7 +5,7 @@ import SessionHeader from "../components/collab/SessionHeader";
5
6
export default function CollabPage() {
7
return (
8
- <main className="bg-stone-900 min-h-screen flex flex-col items-center">
+ <main className="bg-stone-900 h-screen flex flex-col items-center">
9
<SessionHeader />
10
11
<div className="flex flex-1 w-full bg-stone-800 ">
0 commit comments