css.properties

scrollbar-width

The scrollbar-width property specifies the width of the scrollbar.

Formal Syntax

scrollbar-width = auto | thin | none

See specification

JavaScript Access

// Access via element.style element.style.scrollbarWidth = "auto";

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scrollbar-width1216418.2121
auto1216418.2121
none1216418.2121
thin1216418.2121

Related Properties