CSS overscroll-behavior-block Property Reference

The CSS overscroll-behavior-block property is a standard property in CSS Overscroll Behavior. Review its formal syntax, computed behavior, and practical declarations.

CSS overscroll-behavior-block Property Reference

The CSS overscroll-behavior-block property is a standard property in CSS Overscroll Behavior. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

overscroll-behavior-block overview

The CSS overscroll-behavior-block property is a standard property in CSS Overscroll Behavior. Review its formal syntax, computed behavior, and practical declarations.

The property is not inherited by default. Use an explicit global keyword when inheritance is intended.

Syntax and formal definition

overscroll-behavior-block formal syntax
FieldValue
Formal syntaxcontain | none | auto
Initial valueauto
Applies tononReplacedBlockAndInlineBlockElements
InheritedNo
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupCSS Overscroll Behavior
StatusStandard

Practical examples

These declarations demonstrate valid ways to set overscroll-behavior-block. The initial and inherit global keywords remain available even when a property-specific value is preferable.

overscroll-behavior-block live example
CSS .reset-example { overscroll-behavior-block: initial; } .inherit-example { overscroll-behavior-block: inherit; } @supports (overscroll-behavior-block: initial) { .supported { overscroll-behavior-block: initial; } }

Description

The CSS overscroll-behavior-block property is a standard property in CSS Overscroll Behavior. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: overscroll-behavior-block
  2. MDN: CSS Properties Reference

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies