Skip to content

Commit

Permalink
Fix issue with main search box being too small.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfarrell committed Oct 2, 2024
1 parent 2ca5c9a commit 2789a71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/assets/stylesheets/trln_argon/trln_argon_shared.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1712,6 +1712,8 @@ h2.local-filter-heading {

.twitter-typeahead {
z-index: auto;
flex-grow: 1;

.tt-menu {
max-height: 300px;
overflow-y: auto;
Expand Down

0 comments on commit 2789a71

Please sign in to comment.