1 2 3 4 5 6 7 8 9
.container { display: flex; flex-direction: column; height: calc(100vh - $header-height); } .chart { height: 90%; }