Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #scroll {
- }
- .scroll {
- }
- /* width */
- ::-webkit-scrollbar {
- width: 10px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: linear-gradient(180deg, rgba(246,206,206,1) 0%, rgba(206,216,246,1) 100%);
- border-radius: 10px;
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background: linear-gradient(180deg, rgba(246,206,206,1) 0%, rgba(255,250,177,1) 0%, rgba(206,216,246,1) 100%);
- }
- </style>
Add Comment
Please, Sign In to add comment