Open In App

CSS | overscroll-behavior Property

The overscroll-behavior property is used to set the behavior of the browser when the boundary of a scrolling area is reached. This property can be used to prevent unwanted scrolling in pages where there are multiple scroll areas. It is a shorthand for the overscroll-behavior-x and overscroll-behavior-y properties.

Syntax:



overscroll-behavior: auto | contain | none | initial | inherit

Property Values:

Supported Browsers: The browsers supported by overscroll-behavior property are listed below:


Article Tags :