Control scroll boundary behavior to prevent scroll chaining and pull-to-refresh.
Scroll down inside the box to the boundary and feel the overscroll behavior difference.
The overscroll-behavior property controls what happens when a scroll container reaches its scroll boundary. It solves the "scroll chaining" problem where scrolling past the boundary of a child element triggers the parent page to scroll.