Answers for "change color of the scrollbar"

CSS
0

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 color of the scrollbar"

Browse Popular Code Answers by Language