Advertisement
dollzito

computer crd scrollbar

Jan 7th, 2025
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <style>
  2.  
  3. ::-webkit-scrollbar {
  4. width: 22px;
  5. background-color: none;
  6. }
  7.  
  8. ::-webkit-scrollbar-track {
  9. background-color: #E8E8E8;
  10. border: 4px solid #FFF;
  11. border-right: 4px solid #F7F7F7;
  12. border-radius: 10em;
  13. }
  14.  
  15. ::-webkit-scrollbar-thumb {
  16. background-color: #F0F0F0;
  17. border: 4px solid #FFF;
  18. border-radius: 10em;
  19. }
  20.  
  21. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement