css.properties

scroll-padding-left

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

Formal Syntax

auto | <length-percentage [0,∞]>

See specification

JavaScript Access

// Access via element.style
element.style.scrollPaddingLeft = 'auto';

Logical Property Group

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

Browser Support

standard | MDN Β· Spec

FeatureChromeFirefoxSafariEdge
scroll-padding-left696814.179
auto78681579

Related Properties