Advertisement
tsunotaro

invisble scrollbar

Feb 17th, 2024
400
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <style>
  2. }
  3. ::-webkit-scrollbar {
  4. width: 0; /* remove scrollbar space */
  5. background: transparent; /* to make scrollbar invisible */
  6. }
  7. ::-webkit-scrollbar-thumb {
  8. background: transparent;
  9. }
  10. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement