fix: make content wrapper a flex column so child pages can scroll
Made-with: Cursor
This commit is contained in:
@@ -139,7 +139,7 @@ function ProjectShellInner({
|
||||
</header>
|
||||
|
||||
{/* ── Full-width content ── */}
|
||||
<div style={{ flex: 1, overflow: "hidden" }}>
|
||||
<div style={{ flex: 1, overflow: "hidden", display: "flex", flexDirection: "column" }}>
|
||||
{children}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user