CSS scroll-margin-inline-start Property Reference

The CSS scroll-margin-inline-start property is a standard property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

CSS scroll-margin-inline-start Property Reference

The CSS scroll-margin-inline-start property is a standard property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

scroll-margin-inline-start overview

The CSS scroll-margin-inline-start property is a standard property in CSS Scroll Snap. 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

scroll-margin-inline-start formal syntax
FieldValue
Formal syntax<length>
Initial value0
Applies toallElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typebyComputedValueType
Mediavisual
Specification groupCSS Scroll Snap
StatusStandard

Practical examples

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

scroll-margin-inline-start live example
CSS .reset-example { scroll-margin-inline-start: initial; } .inherit-example { scroll-margin-inline-start: inherit; } @supports (scroll-margin-inline-start: initial) { .supported { scroll-margin-inline-start: initial; } }

Description

The CSS scroll-margin-inline-start property is a standard property in CSS Scroll Snap. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: scroll-margin-inline-start
  2. MDN: CSS Properties Reference

Similar or alternative tools

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