Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ::-webkit-scrollbar {
- height: 5px;
- width: 10px;
- background: #0000FF;
- }
- ::-webkit-scrollbar-thumb {
- background-image:url(URL OF IMAGE);
- border:2px dashed #BA55D3;
- -webkit-border-radius: 5ex;
- -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
- }
- ::-webkit-scrollbar-corner {
- background: #transparent;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment