Advertisement
aohitsugi

no scrollbar

May 31st, 2023
275
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 1 0
  1. <style>
  2.  
  3. * {
  4. scrollbar-width: 0;
  5. scrollbar-color: #00000000;
  6. }
  7.  
  8. *::-webkit-scrollbar {
  9. width: 0px;
  10. }
  11. *::-webkit-scrollbar-thumb {
  12. background-color: #00000000;
  13. border-radius: 0px;
  14. }
  15.  
  16. </style>
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement