Answers for "change colour of a scroll bar"

CSS
1

change scrollbar color

.scrollable-element {
  scrollbar-color: red yellow; /* red is for the thumb and yellow is for the track */
}
Posted by: Guest on October-23-2020

Code answers related to "change colour of a scroll bar"

Browse Popular Code Answers by Language