Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #scroll {
- }
- .scroll {
- }
- /* width */
- ::-webkit-scrollbar {
- width: 4px;
- height: 4px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- border-radius: 8px;
- background: #181728;
- opacity: 0.5;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: #ffd9ed;
- border-radius: 8px;
- opacity: 1.0;
- }
- /* Handle on hover */
- ::-webkit-scrollbar-thumb:hover {
- background: #ffd9ed;
- opacity: 1.0;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment