css.properties

overscroll-behavior-y

The overscroll-behavior-y property specifies vertical overscroll behavior.

Formal Syntax

contain | none | auto

See specification

JavaScript Access

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

Logical Property Group

This property belongs to the overscroll-behavior logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
overscroll-behavior-y63591618
auto63591618
contain63591618
none63591679

Related Properties