Overscroll Behavior
vel-src: layout.css
Utilities for controlling how the browser behaves when reaching the boundary of a scrolling area.
| Class | Properties |
|---|---|
| vel-overscroll-auto | overscroll-behavior: auto |
| vel-overscroll-contain | overscroll-behavior: contain |
| vel-overscroll-none | overscroll-behavior: none |
Examples
Overscroll contain
Scrollable content with vel-overscroll-contain — prevents scroll chaining to parent.
Keep scrolling...
More content...
Even more...