Answers for "style scrollbar on firefox"

-1

style scrollbar on firefox

.scroller {
  width: 300px;
  height: 10px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}
Posted by: Guest on December-04-2020

Browse Popular Code Answers by Language