This code is not working ,I am creating a custom scrollbar for the website using CSS using visual code studio,any suggestions:
::-webkit-scrollbar{
width: 10px;
}
::-webkit-scrollbar-track{
background:linear-gradient(red,white);
}
::-webkit-scrollbar-thumb{
color: blue;
}
::-webkit-scrollbar-button{
color: greenyellow;
}