I'm currently involved in a project using Angular 9 and Material design with SCSS stylesheets.
One issue I am facing is with a Material select element that contains numerous options, requiring users to scroll through them. The problem is that unless the user actively scrolls, they may not realize there are more options available. I want to address this by ensuring that the scroll bar is always visible.
How can I achieve this requirement for the material select element? I assume I will need to employ some specific style changes, especially considering the use of SCSS stylesheets.
Currently, this is what the situation looks like:
https://i.sstatic.net/n3uVA.png
I aim to have the scroll bar always displayed, rather than only appearing when the user manually scrolls down the list: https://i.sstatic.net/KsVFt.png
A live example demonstrating the issue can be found at: https://stackblitz.com/edit/always-show-scroll-material-select