firefox how to make page scrollbar custom code example
Example: style scrollbar on firefox
.scroller {
width: 300px;
height: 10px;
overflow-y: scroll;
scrollbar-color: rebeccapurple green;
scrollbar-width: thin;
}
.scroller {
width: 300px;
height: 10px;
overflow-y: scroll;
scrollbar-color: rebeccapurple green;
scrollbar-width: thin;
}