mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-18 13:47:02 +02:00
Fix workspace content row sizing
This commit is contained in:
@@ -128,7 +128,7 @@ export function Workspace() {
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
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}
|
{header}
|
||||||
<SidebarLayout
|
<SidebarLayout
|
||||||
width={width ?? 250}
|
width={width ?? 250}
|
||||||
|
|||||||
Reference in New Issue
Block a user