Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* width */
- ::-webkit-scrollbar {
- width: 15px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- background: #cfcfcf;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: rgb(113, 113, 113);
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background: rgb(63, 63, 63);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement