CSS overflow-clip-margin Property Reference

The CSS overflow-clip-margin property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

CSS overflow-clip-margin Property Reference

The CSS overflow-clip-margin property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

overflow-clip-margin overview

The CSS overflow-clip-margin property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

overflow-clip-margin formal syntax
FieldValue
Formal syntax<visual-box> || <length [0,∞]>
Initial value0px
Applies toallElements
InheritedNo
Percentagesno
Computed valuetheComputedLengthAndVisualBox
Animation typediscrete
Mediavisual
Specification groupCSS Overflow
StatusStandard

Practical examples

These declarations demonstrate valid ways to set overflow-clip-margin. The initial and inherit global keywords remain available even when a property-specific value is preferable.

overflow-clip-margin live example
CSS .reset-example { overflow-clip-margin: initial; } .inherit-example { overflow-clip-margin: inherit; } @supports (overflow-clip-margin: initial) { .supported { overflow-clip-margin: initial; } }

Description

The CSS overflow-clip-margin property is a standard property in CSS Overflow. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: overflow-clip-margin
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies