יש לשנות את הצבעים לצבעים שלכם
CSS
::-webkit-scrollbar {
width:7px;
background-color: darkgrey;
}
::-webkit-scrollbar-thumb {
background-color: gray;
border-radius:20px;
}
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba();
background-color: #f1f1f1;
}