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 overflow-anchor (Scroll Anchoring)
Changes in DOM elements above the visible region of a scrolling box can result in the page moving while the user is in the middle of consuming the content. By default, the value of `overflow-anchor` is `auto`, it can mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly
CSS overflow: overlay
The `overlay` value of the `overflow` CSS property is a non-standard value to make scrollbars appear on top of content rather than take up space. This value is deprecated and related functionality being standardized as [the `scrollbar-gutter` property](mdn-css_properties_scrollbar-gutter).
CSS3 Text-overflow
Append ellipsis when text overflows its containing element
CSS3 Overflow-wrap
Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.
css at-rule: `@media`: `overflow-block` media feature
css at-rule: `@media`: `overflow-inline` media feature
css property: overflow
css property: overflow-anchor
css property: overflow-anchor: auto
css property: overflow-anchor: none
css property: overflow-block
css property: overflow-block: overlay
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-inline
css property: overflow-inline: overlay
css property: overflow-wrap: anywhere
css property: overflow-wrap: break-word
css property: overflow-wrap: normal
css property: overflow-x
css property: overflow-x: auto
css property: overflow-x: clip
css property: overflow-x: hidden
css property: overflow-x: scroll
css property: overflow-x: visible
css property: overflow-y
css property: overflow-y: auto
css property: overflow-y: clip
css property: overflow-y: hidden
css property: overflow-y: scroll
css property: overflow-y: visible
css property: overflow: auto
css property: overflow: clip
css property: overflow: hidden
css property: overflow: multiple keyword syntax for `overflow-x` and `overflow-y`
css property: overflow: scroll
css property: overflow: visible
css property: position-visibility: no-overflow
css property: text-overflow: clip
css property: text-overflow: ellipsis
css property: text-overflow: <string>
css property: text-overflow: two-value syntax
types: overflow
types: overflow: clip
types: overflow: overlay
global_attributes: overflow
global_attributes: text-overflow
50 results found.