Advertisement
BaapJaan

Untitled

May 9th, 2023
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ::-webkit-scrollbar {
  2. width: 5px;
  3. background: transparent;
  4. }
  5. ::-webkit-scrollbar-track {
  6. background: rgba(0, 0, 0, 0.2);
  7. }
  8.  
  9. }
  10. ::-webkit-scrollbar-thumb:hover {
  11.  
  12. background: #555;
  13. }
  14.  
  15. ::-webkit-scrollbar-thumb
  16. {
  17. background-color: #AAA;
  18. border-radius: 10px;
  19. background-image: -webkit-linear-gradient(90deg,
  20. rgba(0, 0, 0, .2) 25%,
  21. transparent 25%,
  22. transparent 50%,
  23. rgba(0, 0, 0, .2) 50%,
  24. rgba(0, 0, 0, .2) 75%,
  25. transparent 75%,
  26. transparent)
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement