🏠 New in Low Baseline Support: overflow: clip

September 12, 2022

caniuse · mdn · spec

The overflow: clip CSS declaration clips an element’s overflowing content to the box that’s defined by the overflow-clip-margin property. Unlike overflow: hidden, it allows you to hide overflow on one axis while keeping overflow on the other axis visible.

Source features