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
Embed this code in your css.
::-webkit-scrollbar { width: 0px; }
/* Track */
::-webkit-scrollbar-track { -webkit-box-shadow: none; }
/* Handle */
::-webkit-scrollbar-thumb { background: white; -webkit-box-shadow: none; } ::-webkit-scrollbar-thumb:window-inactive { background: none; }