We need help in changing the scrollbar in the Select component from Angular Material.
The following demo was implemented.
https://stackblitz.com/angular/bxbvndrp
to change the color and width it worked for me -
::-webkit-scrollbar { width: 4px; overflow-y: scroll; background: grey; box-shadow: inset 0 0 4px #707070; } ::-webkit-scrollbar-thumb { background: blue; border-radius: 10px; }