Skip to content

Month: February 2016

CSS: Styling Scroll Bar

let say you want to styling overflow div bar, here example css .yourdiv::-webkit-scrollbar { background:red; width:5px; } .yourdiv::-webkit-scrollbar-track { background-color: #eaeaea; border-left: 1px solid #ccc;…

Continue reading CSS: Styling Scroll Bar

Comments closed