css.properties

scrollbar-color

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

Formal Syntax

scrollbar-color = auto | <color>{2} <color> = <color-base> | currentColor | <system-color> | <contrast-color()> | <device-cmyk()> | <light-dark()>

See specification

JavaScript Access

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

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
scrollbar-color1216426.2121
auto1216426.2121

Related Properties