If I build an html fragment with a div containing 4*<input type="checkbox"> and set overflow-y: auto and max-height: 250px; I get the expected behavior of no scroll bar.
However if I replace the standard checkboxes with those from Angular Material I see a scrollbar, how can I remove this and keep the expected behavior above?
1st list is Angular Material, 2nd is standard html elements.
example stackblitz -> https://stackblitz.com/edit/angular-69zuiy

overflow-y: autoproperty;