css.properties

scroll-padding-top

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

Formal Syntax

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

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN Β· Spec

FeatureChromeFirefoxSafariEdge
scroll-padding-top696814.179
auto78681579

Related Properties