Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* remove scrollbar space */
- background: transparent; /* to make scrollbar invisible */
- }
- ::-webkit-scrollbar-thumb {
- background: transparent;
- }
- </style>
Add Comment
Please, Sign In to add comment