Skip to content

Commit

Permalink
fix(dropdown): remove unnecessary duplicate selector
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintonJason committed Oct 16, 2023
1 parent 4082e72 commit e8bcea1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -290,9 +290,7 @@ $-dropdown-trigger-dropdown-offset: rem(16px) + sage-spacing(xs);
}

@media (max-height: $-dropdown-panel-max-height-breakpoint) {
& {
max-height: $-dropdown-panel-max-height-small;
}
max-height: $-dropdown-panel-max-height-small;
}
}

Expand Down

0 comments on commit e8bcea1

Please sign in to comment.