User avatar
Volpeon areonNSmol
@volpeon@icy.wyvern.rip
@catraxx He used calc(__vh - __px)` to set the height per specific panel. That's definitely not how this should be done. neofox_googly_shocked

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.