Skip to content

Commit 56b6072

Browse files
JonasGruenwaldlpil
authored andcommitted
fix output box overflow
1 parent ec7ad75 commit 56b6072

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

static/css/pages/playground.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
}
55

66
#playground-container {
7+
display: flex;
78
height: calc(100dvh - var(--navbar-height));
89
}
910

@@ -21,7 +22,7 @@
2122
border: var(--color-divider);
2223
background: var(--code-background);
2324
flex-grow: 1;
24-
min-height: fit-content;
25+
height: 100%;
2526
}
2627

2728
#tabs {

0 commit comments

Comments
 (0)