Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- ::-webkit-scrollbar {
- width: 22px;
- background-color: none;
- }
- ::-webkit-scrollbar-track {
- background-color: #E8E8E8;
- border: 4px solid #FFF;
- border-right: 4px solid #F7F7F7;
- border-radius: 10em;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #F0F0F0;
- border: 4px solid #FFF;
- border-radius: 10em;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement