height: calc(100vh - _px)
on the root container and display: flex; flex-direction: column; height: 100%
on the columns. The panel size can be controlled with flex
and no hardcoded fixed heights.height: calc(100vh - _px)
on the root container and display: flex; flex-direction: column; height: 100%
on the columns. The panel size can be controlled with flex
and no hardcoded fixed heights.