Advertisement
dollcrds

colored scrollbar

Jan 29th, 2025
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. background-color: transparent;
  3. border-radius: 100px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7. background-color: transparent;
  8. border-radius: 100px;
  9. }
  10.  
  11. ::-webkit-scrollbar-thumb {
  12. background-color: #CF8B00;
  13. border-radius: 100px;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement