scrollbar css color code example
Example: change scrollbar color
.scrollable-element {
scrollbar-color: red yellow; /* red is for the thumb and yellow is for the track */
}
.scrollable-element {
scrollbar-color: red yellow; /* red is for the thumb and yellow is for the track */
}