Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
use vh for height
Browse files Browse the repository at this point in the history
  • Loading branch information
ys2843 committed May 16, 2020
1 parent 1edae8e commit a95d629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/static_site/src/_sass/globalSearch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@

/* Main dropdown wrapper */
.algolia-autocomplete .ds-dropdown-menu > div {
max-height: 60vw;
max-height: 60vh;
overflow-y: scroll;
}

Expand All @@ -114,7 +114,7 @@

#global-search-mobile-border .algolia-autocomplete .ds-dropdown-menu > div {
min-width: 80vw;
max-height: 90vw;
max-height: 90vh;
}

.gs-search-border .algolia-autocomplete .ds-dropdown-menu {
Expand Down

0 comments on commit a95d629

Please sign in to comment.