Skip to content

Commit 81bd390

Browse files
committed
Remove h-full to prevent scrollbar from appearing
1 parent 53388cc commit 81bd390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/app/components/collab/CodingComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function CodingComponent() {
2323
}
2424

2525
return (
26-
<div className="h-full mt-5">
26+
<div className="mt-5">
2727
<div className="flex justify-between mb-4">
2828
<DropdownMenu>
2929
<DropdownMenuTrigger asChild className="flex justify-between">

0 commit comments

Comments
 (0)