We need help in changing the scrollbar in the Select component from Angular Material.
The following demo was implemented.
https://stackblitz.com/angular/bxbvndrpogl?file=app%2Fselect-reset-example.ts
However, I need help in changing the width and style of the scrollbar.
Usually the way to customize the scroll is:
You cannot directly inspect the scroll from the dev tools, however you can see the styling of it if you inspect the div that has the
overflow
property with thescroll;
value in it.I hope I am not late, I had a similar problem with the native scroll bar.
The way I would solve this problem is to use Simple bar library then I would made directive and only wrap
This will do the trick of hiding native scroll bar