Overscroll Behavior Block
Set the browser's scroll overflow behavior on the block axis.
Limited availability
This feature does not work in some of the most widely-used browsers.
Chrome
Edge
Firefox
Safari
obb-autooverscroll-behavior-block: auto;obb-coverscroll-behavior-block: contain;obb-noneoverscroll-behavior-block: none;Responsiveness
Use breakpoint prefixes to target different screen sizes.
sm:obb-(value)Small≥640px
md:obb-(value)Medium≥768px
lg:obb-(value)Large≥1024px
xxl:obb-(value)Extra Large≥1536px
Hover State
Apply styles conditionally on hover using the h: prefix.
Add the h: prefix to apply styles only when the user hovers over the element.
Syntax:
h:obb-(value)