Fix workspace content row sizing

This commit is contained in:
Gregory Schier
2026-05-08 08:47:34 -07:00
parent 10559c8f4f
commit 1b154ba550

View File

@@ -128,7 +128,7 @@ export function Workspace() {
);
return (
<div className="grid w-full h-full grid-rows-[auto_1fr]">
<div className="grid w-full h-full grid-rows-[auto_minmax(0,1fr)]">
{header}
<SidebarLayout
width={width ?? 250}