Skip to content

Commit

Permalink
fix(dropdown): update dropdown breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Oct 19, 2023
1 parent 6ef2eeb commit 259f280
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $-dropdown-option-menu-size: rem(40px);

$-dropdown-panel-max-height: rem(400px);
$-dropdown-panel-max-height-small: rem(185px);
$-dropdown-panel-max-height-breakpoint: 700px;
$-dropdown-panel-max-height-breakpoint: 775px;

$-dropdown-trigger-label-color-label-background: map-get($sage-field-colors, label-background);
$-dropdown-trigger-label-color-default: map-get($sage-field-colors, default);
Expand Down

0 comments on commit 259f280

Please sign in to comment.