From f1b4622043db838f436b7a62f7dc6d37b3f49ba0 Mon Sep 17 00:00:00 2001 From: Mark Henderson Date: Tue, 17 Mar 2026 16:40:24 -0700 Subject: [PATCH] fix: make content wrapper a flex column so child pages can scroll Made-with: Cursor --- components/layout/project-shell.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/project-shell.tsx b/components/layout/project-shell.tsx index 344abea..49d11ce 100644 --- a/components/layout/project-shell.tsx +++ b/components/layout/project-shell.tsx @@ -139,7 +139,7 @@ function ProjectShellInner({ {/* ── Full-width content ── */} -
+
{children}