overflow

A collection of 1 post
CSS overflow
css

CSS overflow

The CSS overflow property specifies what to do in the case when content is too large to fit in the container box. It specifies if a scrollbar should appear, or if content gets clipped. The overflow property is a shorthand for overflow-x and overflow-y. The overflow-x property specifies handling the
3 min read
Page 1 of 1