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>
|
</header>
|
||||||
|
|
||||||
{/* ── Full-width content ── */}
|
{/* ── Full-width content ── */}
|
||||||
<div style={{ flex: 1, overflow: "hidden" }}>
|
<div style={{ flex: 1, overflow: "hidden", display: "flex", flexDirection: "column" }}>
|
||||||
{children}
|
{children}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user