I've been attempting to apply the Scroll Bar webkit styling to a particular element but haven't had any success. Despite searching extensively, I have come across 2 threads on Stack Overflow that do not provide a solution.
Most of the available advice suggests using:
.class-name::-webkit-scrollbar { }
However, this hasn't worked for me.
This is a full example of the suggested method (which does not work): http://codepen.io/wrdle/pen/BQYBjN
If you can help, it would be greatly appreciated! :) Thanks