Advertisement
GIFCITY

chngmis scrollbar

Jan 15th, 2024
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <style>
  2. ::-webkit-scrollbar {
  3. width: 8px;
  4. }
  5.  
  6. ::-webkit-scrollbar-track {
  7. background-color: #e4e4e4;
  8. -webkit-border-radius: 10px;
  9. border-radius: 10px;
  10. border: 1px solid #ccc;
  11. }
  12.  
  13. ::-webkit-scrollbar-thumb {
  14. -webkit-border-radius: 10px;
  15. border-radius: 10px;
  16. background: #e4e4e4;
  17. border: 1px solid #aaa;
  18. }
  19. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement