How can i style webkit scrollbars with CSS3?
I mean these properties
::-webkit-scrollbar { width: 12px; } ::-webkit-scrollbar-track { -webki
The problem with the css3 scroll bars is that, interaction can only be performed on the content. we can't interact with the scroll bar on touch devices.