css.properties

scrollbar-gutter

The scrollbar-gutter property specifies the gutter space for scrollbars.

Formal Syntax

auto | stable && both-edges?

See specification

JavaScript Access

// Access via element.style
element.style.scrollbarGutter = 'auto';

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scrollbar-gutter949718.294
auto949718.294
stable949718.294

Related Properties