This is more of a refresher, really. There are abunch of posts right here on CSS-Tricksthat go into deep detail when it comes to custom scrollbar styling in CSS. To style a scroll bar you need to be familiar with the anatomy of a scrollbar. Have a look at this illustration: The t...
white,50%)){// For Google Chrome&::-webkit-scrollbar{width:$size;height:$size;}&::-webkit-scrollbar-thumb{background:$foreground-color;}&::-webkit-scrollbar-track{background:$background-color;}// For Internet Explorer&{scrollbar-face-color:$foreground-color;scrollbar-track-color:$backgro...
Lea demonstrates implementing a percentage based scroll variable in combination with a scroll event listener to create a scroll progress bar. Wrapping Up Section Duration: 1 minute Wrapping Up 03:52:42 - 03:54:33View Transcript Lea wraps up the course by answering a student's question regarding...
Way back in the day, you could customize scrollbars in IE (e.g. v5.5) with non-standard CSS properties likescrollbar-base-colorwhich you would use on the element that scrolls (like the<body>) and dototally rad things. IE dropped that. These days, customizing scrollbars is back, but ...