fix: height
This commit is contained in:
parent
8ee502493f
commit
848c738c25
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user