fix: height

This commit is contained in:
cha0s 2022-04-06 08:21:05 -05:00
parent 8ee502493f
commit 848c738c25

View File

@ -11,10 +11,11 @@
height: 100%;
min-width: 0;
width: 100%;
.side, .stage {
.side {
height: 50%;
}
.stage {
height: calc(50% - 2rem);
margin: 1rem;
overflow: hidden;
}