mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-05-09 01:13:49 +02:00
Fix workspace content row sizing
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user