css.properties

scroll-margin-inline

The scroll-margin-inline shorthand property sets inline scroll margin properties.

Formal Syntax

<length>{1,2}

See specification

JavaScript Access

// Access via element.style
element.style.scrollMarginInline = '0';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-margin-inline69681579

Related Properties