Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--- put this into a separate embed! --->
- <style>
- html {
- overflow: scroll;
- overflow-x: hidden;
- }
- ::-webkit-scrollbar {
- width: 0; /* Remove scrollbar space */
- background: transparent; /* Optional: just make scrollbar invisible */
- }
- /* Optional: show position indicator in red */
- ::-webkit-scrollbar-thumb {
- background: #FF0000;
- }
- </style>
Add Comment
Please, Sign In to add comment