CSS SCROLLBAR-TRACK-COLOR
      This property describes the solid color of the scrollbar track
Example
body {
  scrollbar-track-color: #ff00ff
}
  content
Possible Values
[color]: This is a representation of the values for Red/Green/Blue used to determine a final display color.
      
Go Back