mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-09-25 01:53:03 +02:00
.tfe-main (main) is a block container by default, so .tfe-layout's height:100% and .tfe-content-row's flex:1 never resolved to a definite height. The columns' overflow-y:auto thus had nothing to constrain, and main's overflow:hidden clipped the content — scroll was visually broken. Adding display:flex lets the column/height chain resolve so both columns scroll independently as intended.