Skip to content

Commit

Permalink
fix(material/select): fix panel max height
Browse files Browse the repository at this point in the history
fix panel max height so that panel does not get cutoff
at 200% zoom on 1024x768 pixel view

fixes b/286420340
  • Loading branch information
DBowen33 committed Nov 20, 2024
1 parent 9939029 commit d4e415f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/select/select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$mat-select-arrow-size: 5px !default;
$mat-select-arrow-margin: 4px !default;
$mat-select-panel-max-height: 275px !default;
$mat-select-panel-max-height: 11rem !default;
$mat-select-placeholder-arrow-space: 2 *
($mat-select-arrow-size + $mat-select-arrow-margin);
$leading-width: 12px !default;
Expand Down

0 comments on commit d4e415f

Please sign in to comment.