pub type OverscrollBehaviorValue = CssPropertyValue<OverscrollBehavior>;Aliased Type§
#[repr(C, u8)]pub enum OverscrollBehaviorValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(OverscrollBehavior),
}pub type OverscrollBehaviorValue = CssPropertyValue<OverscrollBehavior>;#[repr(C, u8)]pub enum OverscrollBehaviorValue {
Auto,
None,
Initial,
Inherit,
Revert,
Unset,
Exact(OverscrollBehavior),
}