css.properties

scroll-margin-left

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

Formal Syntax

<length>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-margin-left696814.179

Related Properties