Skip to content

Commit

Permalink
Merge pull request #1823 from Kajabi/AUD-933/qj-contact-ui-cut-off-sm…
Browse files Browse the repository at this point in the history
…all-screens-1

fix(dropdown): update dropdown breakpoint
  • Loading branch information
QuintonJason authored Oct 19, 2023
2 parents 6ef2eeb + 259f280 commit e7c616a
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 e7c616a

Please sign in to comment.