overflow: clip
Widely available since 2025-03-12
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.
Learning resources on MDN
Browser support
- Chrome 90 Released on 2021-04-13
- Chrome Android 90 Released on 2021-04-13
- Edge 90 Released on 2021-04-15
- Firefox 81 Released on 2020-09-22
- Firefox for Android 81 Released on 2020-09-22
- Safari 16 Released on 2022-09-12
- Safari on iOS 16 Released on 2022-09-12
Usage (according to Chrome Platform Status)
~8.497% of page loads. More data at chromestatus.
Specifications
View web-platform-tests results for this feature - View the feature source file (dist) - Edit the feature - Report an issue about this feature