web-feature: overflow: clip
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.