jquery.smoothwheel icon indicating copy to clipboard operation
jquery.smoothwheel copied to clipboard

custom scrollbar

Open sinystr opened this issue 10 years ago • 1 comments
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?

sinystr avatar Apr 06 '15 22:04 sinystr

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;
}

MattIPv4 avatar May 17 '15 11:05 MattIPv4