CSS -webkit-overflow-scrolling Property Reference

The CSS -webkit-overflow-scrolling property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -webkit-overflow-scrolling Property Reference

The CSS -webkit-overflow-scrolling property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-webkit-overflow-scrolling overview

The CSS -webkit-overflow-scrolling property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

The computed value normally inherits from the parent element when no declaration wins the cascade.

Syntax and formal definition

-webkit-overflow-scrolling formal syntax
FieldValue
Formal syntaxauto | touch
Initial valueauto
Applies toscrollingBoxes
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediavisual
Specification groupWebKit Extensions
StatusNonstandard

Practical examples

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

-webkit-overflow-scrolling live example
CSS .reset-example { -webkit-overflow-scrolling: initial; } .inherit-example { -webkit-overflow-scrolling: inherit; } @supports (-webkit-overflow-scrolling: initial) { .supported { -webkit-overflow-scrolling: initial; } }

Description

The CSS -webkit-overflow-scrolling property is a nonstandard property in WebKit Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -webkit-overflow-scrolling
  2. MDN: CSS Properties Reference

Similar or alternative tools

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