Answers for "how to change scroll bar color in web page"

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 "how to change scroll bar color in web page"

Browse Popular Code Answers by Language