Answers for "change colour of scrollbar in overflow"

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 colour of scrollbar in overflow"

Browse Popular Code Answers by Language