Advertisement
vvcx

Untitled

Apr 21st, 2021
744
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <style>
  2. /* ===== Scrollbar CSS ===== */
  3. /* Firefox */
  4. * {
  5. scrollbar-width: auto;
  6. scrollbar-color:#999 #ffffff;
  7. }
  8.  
  9. /* Chrome, Edge, and Safari */
  10. *::-webkit-scrollbar {
  11. width: 3px;
  12. }
  13.  
  14. *::-webkit-scrollbar-track {
  15. background: #FFFFFF00;
  16. }
  17.  
  18. *::-webkit-scrollbar-thumb {
  19. background-color: #999;
  20. border-radius: 0;
  21. border: 0;
  22. }
  23. </style>
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement