Advertisement
hosptials

scrollbar

Oct 26th, 2021
458
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <style>
  2. /* ===== Scrollbar CSS ===== */ /* Firefox */ * {
  3. scrollbar-width: auto;
  4. scrollbar-color: #ffdfe8 #ffffff;
  5. }
  6. /* Chrome, Edge, and Safari */
  7. *::-webkit-scrollbar {
  8. width: 7px;
  9. }
  10.  
  11. *::-webkit-scrollbar-thumb {
  12. background-color: #FF90B3;
  13. border-radius: 4px;
  14. border: 1px dotted #fd276a;
  15. }
  16. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement