css.properties

overscroll-behavior

The overscroll-behavior property specifies the behavior when scrolling beyond the boundary.

Formal Syntax

overscroll-behavior = [ contain | none | auto ]{1,2}

See specification

JavaScript Access

// Access via element.style element.style.overscrollBehavior = "auto auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
overscroll-behavior63591618
auto63591679
contain63591679
none63591679

Related Properties