🏠 New in High Baseline Support: overflow: clip

March 12, 2025

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