Answers for "how to make scroller awesome"

0

how to make scroller awesome

::-webkit-scrollbar{
    width: 6px;
  }
  ::-webkit-scrollbar-thumb{
    background: linear-gradient(transparent,#30ff00);
    border-radius: 6px;
  }
  ::-webkit-scrollbar-thumb:hover{
    background: linear-gradient(transparent,#00c6ff);
  }
Posted by: Guest on May-04-2021

Browse Popular Code Answers by Language