fix(codebase): constrain height correctly to flex container
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user