Custom Scrollbars for Web Content in CSS


Style custom scrollbars to match your site’s design.

Source Code

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments