Skip to content

Commit

Permalink
Fix search box on mobile (#1824)
Browse files Browse the repository at this point in the history
  • Loading branch information
npentrel authored Sep 14, 2023
1 parent 45e9937 commit e832746
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1307,6 +1307,12 @@ a.ais-Pagination-link:hover {
flex-grow: 1;
}

@media (max-width: 600px) {
.algolia-autocomplete .ds-dropdown-menu {
min-width: 90% !important;
}
}

.ds-dataset-1, .ds-dataset-2, .ds-dataset-3 {
max-height: 500px !important;
}
Expand Down

0 comments on commit e832746

Please sign in to comment.