jquery.smoothwheel
jquery.smoothwheel copied to clipboard
custom scrollbar
trafficstars
I truly love smoothwheel and I want to add custom scrollbar iOS like, but all other plugins seem to uncompatible with smoothwheel, anyone that has done it before?
Yes -> http://www.blink-fm.co.uk/
In CSS
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background-color: #F2F1EF;
}
::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #81CFE0;
}