Codesnipp.it Social Code Sharing

Rigel Glen

Sleek Webkit Scrollbar with CSS3

by Rigel Glen on Jul 09, 2011

::-webkit-scrollbar { margin: 0; height: 10px; width: 10px; background-color: white; display: block !important; } ::-webkit-scrollbar-track { margin: 0; height: 10px; width: 10px; background-color: white; } ::-webkit-scrollbar-thumb { margin: 0; height: 10px; width: 10px; background-color: #8a8a8a; opacity: 0.5; border-radius: 5px; }

Can't see the comments? Please login first :)