Limited availability
This feature does not work in some of the most widely-used browsers.
Chrome
Edge
Firefox
Safari
Overscroll Behavior
ob-autooverscroll-behavior: auto;ob-coverscroll-behavior: contain;ob-noneoverscroll-behavior: none;Overscroll Behavior Block
obb-autooverscroll-behavior-block: auto;obb-coverscroll-behavior-block: contain;obb-noneoverscroll-behavior-block: none;Overscroll Behavior Inline
obi-autooverscroll-behavior-inline: auto;obi-coverscroll-behavior-inline: contain;obi-noneoverscroll-behavior-inline: none;Overscroll Behavior X
obx-autooverscroll-behavior-x: auto;obx-coverscroll-behavior-x: contain;obx-noneoverscroll-behavior-x: none;Overscroll Behavior Y
oby-autooverscroll-behavior-y: auto;oby-coverscroll-behavior-y: contain;oby-noneoverscroll-behavior-y: none;Responsiveness
Use breakpoint prefixes to target different screen sizes. Styles apply from the breakpoint & up.
@sm:ob-(value)Small≥640px
@md:ob-(value)Medium≥768px
@lg:ob-(value)Large≥1024px
@xxl:ob-(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:ob-(value)