Looking at New CSS Multi-Column Layout Wrapping Features
SMRTR summary
Chrome 145 introduces column-height and column-wrap properties that solve multi-column layouts' horizontal scrolling problem by wrapping content into new rows vertically. These properties enable 2D flows for newspaper-style layouts, fixed-height content blocks, and block-direction carousels, though they don't handle truly dynamic content well.
SMRTR provides this summary for quick context. The original article belongs to CSS-Tricks.
Read the original article