Now use this code (and many variations of this), but scroll track get dark-grey color, something like #222222 or near this. Find many examples, but all of them give same res
Try this one, it works fine for me.
In CSS:
::-webkit-scrollbar { width: 0px; } ::-webkit-scrollbar-track-piece { background-color: transparent; -webkit-border-radius: 6px; }
and here is the working demo: https://jsfiddle.net/qpvnecz5/