css.properties

scroll-margin-block

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

Formal Syntax

<length>{1,2}

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-margin-block69681579

Related Properties