css.properties

scroll-margin-right

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

Formal Syntax

<length>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scroll-margin-right696814.179

Related Properties