CSS overflow property
Originally a single property for controlling overflowing content in both horizontal & vertical directions, the `overflow` property is now a shorthand for `overflow-x` & `overflow-y`. The latest version of the specification also introduces the `clip` value that blocks programmatic scrolling.
css property: overflow-clip-margin
css property: overflow-clip-margin: border-box
css property: overflow-clip-margin: content-box
css property: overflow-clip-margin: padding-box
css property: overflow-x: clip
css property: overflow-y: clip
css property: overflow: clip
css property: text-overflow: clip
types: overflow: clip
10 results found.