overscroll-behavior-y
Controls what happens when you reach the end of a vertical scroll zone. This is the most common way to stop the background page from scrolling when a popup or menu is open.
Quick example
.sidebar-nav {
/* Stops the main page from scrolling when the sidebar reaches the bottom */
overscroll-behavior-y: contain;
}Quick facts
Initial value
autoInherited
No
Applies to
non-replaced block and inline-block elements
Animation type
discrete
Values
containnoneautooverscroll-behavior-y Browser Support
Limited availability95% global usage
This feature is not Baseline because it does not work in some of the most widely-used browsers.
Not ready for production without a fallback.
144+
150+
144+