Skip to content

Commit f0851cb

Browse files
committed
Set height to be that of the screen
1 parent a2c295d commit f0851cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/collab/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import SessionHeader from "../components/collab/SessionHeader";
55

66
export default function CollabPage() {
77
return (
8-
<main className="bg-stone-900 min-h-screen flex flex-col items-center">
8+
<main className="bg-stone-900 h-screen flex flex-col items-center">
99
<SessionHeader />
1010

1111
<div className="flex flex-1 w-full bg-stone-800 ">

0 commit comments

Comments
 (0)