CSS -ms-overflow-style Property Reference

The CSS -ms-overflow-style property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

CSS -ms-overflow-style Property Reference

The CSS -ms-overflow-style property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

Updated 2026-08-12

-ms-overflow-style overview

The CSS -ms-overflow-style property is a nonstandard property in Microsoft 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

-ms-overflow-style formal syntax
FieldValue
Formal syntaxauto | none | scrollbar | -ms-autohiding-scrollbar
Initial valueauto
Applies tononReplacedBlockAndInlineBlockElements
InheritedYes
Percentagesno
Computed valueasSpecified
Animation typediscrete
Mediainteractive
Specification groupMicrosoft Extensions
StatusNonstandard

Practical examples

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

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

Description

The CSS -ms-overflow-style property is a nonstandard property in Microsoft Extensions. Review its formal syntax, computed behavior, and practical declarations.

References

  1. MDN: -ms-overflow-style
  2. MDN: CSS Properties Reference

Similar or alternative tools

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