I did this layout better and with only one
height: calc(100vh - _px)
on the root container and display: flex; flex-direction: column; height: 100%
for the columns. The panel size is completely automatic thanks to flexbox.height: calc(100vh - _px)
on the root container and display: flex; flex-direction: column; height: 100%
for the columns. The panel size is completely automatic thanks to flexbox.