fix(codebase): constrain height correctly to flex container

This commit is contained in:
2026-06-14 13:34:20 -07:00
parent e06ad16aab
commit 86ebf542b9

View File

@@ -50,7 +50,9 @@ export default function CodeTab() {
return (
<div
style={{
height: "100vh",
flex: 1,
minHeight: 0,
boxSizing: "border-box",
background: THEME.canvasGradient,
fontFamily: THEME.font,
padding: "16px",