Skip to content

Commit

Permalink
Merge pull request #1103 from newrelic/sunny/vertical-breakpoints
Browse files Browse the repository at this point in the history
fix: add breakpoint for shorter screens
  • Loading branch information
sunnyzanchi authored Oct 17, 2024
2 parents b9565bc + b22130d commit e4c3472
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ const List = styled.ul`
color: var(--search-dropdown-emphasis);
font-style: normal;
}
@media (max-height: 980px) {
max-height: 24rem;
}
`;

const Result = styled.li`
Expand Down

0 comments on commit e4c3472

Please sign in to comment.