File size: 160 Bytes
a3689a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.root {
display: flex;
width: 100%;
height: 100%;
font-size: 13px;
overflow: hidden;
}
.container {
height: 100%;
flex-grow: 1;
}
|
a3689a2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
.root {
display: flex;
width: 100%;
height: 100%;
font-size: 13px;
overflow: hidden;
}
.container {
height: 100%;
flex-grow: 1;
}
|