Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- /* width */
- ::-webkit-scrollbar {
- width: 6px;
- }
- /* track */
- ::-webkit-scrollbar-track {
- background: #FFFFFF;
- }
- /* handle */
- ::-webkit-scrollbar-thumb {
- background: #5A2E98;
- border-radius: 25px;
- }
- /* handle hover */
- ::-webkit-scrollbar-thumb:hover {
- background: #2D2040;
- border-radius: 25px;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement