Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- FINDERQIRL -->
- <style>
- ::-webkit-scrollbar {
- width: 5px; /* width of the scrollbar */
- }
- ::-webkit-scrollbar-track {
- background: transparent; /* background is optional */
- }
- ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background: #F7A6A6; /* color of the scrollbar */
- box-shadow: inset 0 2px 2px -2px white, inset 2px 0 2px -2px gray, inset -2px 0 2px -2px gray, inset 0 -2px 2px -2px gray;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement