A simply way to style scrollbar in webkit browsers
A simply way to style scrollbar in webkit browsers
Find your favorite style.
Import the scrollbar-style.min.css
file and add a style class (e.g.scrollbar-style1
) to the container of your container whose scrollbar need to be styled.
<link type="text/css" rel="stylesheet" href="http://onvaoy58z.bkt.clouddn.com/scrollbar-style.min.css">
<div class="scrollbar-style1">
<!--CONTENT HERE-->
</div>