Skip to content

Commit 1b154ba

Browse files
committed
Fix workspace content row sizing
1 parent 10559c8 commit 1b154ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/yaak-client/components/Workspace.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export function Workspace() {
128128
);
129129

130130
return (
131-
<div className="grid w-full h-full grid-rows-[auto_1fr]">
131+
<div className="grid w-full h-full grid-rows-[auto_minmax(0,1fr)]">
132132
{header}
133133
<SidebarLayout
134134
width={width ?? 250}

0 commit comments

Comments
 (0)