Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom scrollbar #14

Open
sinystr opened this issue Apr 6, 2015 · 1 comment
Open

custom scrollbar #14

sinystr opened this issue Apr 6, 2015 · 1 comment

Comments

@sinystr
Copy link

sinystr commented Apr 6, 2015

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?

@MattIPv4
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants