I'm adding a mat-select to my angular application based on the following example: here
However, one thing I don't like about this select is that if I choose a value and reopen to select another option, the list will have snapped to the chosen option, and half my list may be above and half below where the actual selector is on screen
I've read the angular material documentation but can't see any option to override this default. Is there some way I'm missing to do this or does anyone have any sample css on how to do this? Alternatively any reasons from a UI perspective why I shouldn't override this?
Thanks