css.properties

scroll-margin-top

The scroll-margin-top property sets the top scroll margin of an element.

Formal Syntax

<length>

See specification

JavaScript Access

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

Logical Property Group

This property belongs to the scroll-margin logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-margin-top696814.179

Related Properties