Skip to content

Commit

Permalink
Merge pull request #61 from oramasearch/fix/searchbox-overflox
Browse files Browse the repository at this point in the history
Searchbox overflow fix
  • Loading branch information
g-francesca authored Nov 20, 2024
2 parents 8a2708b + 04442b3 commit 36329b7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
padding: 0;
display: flex;
flex-direction: column;
box-sizing: border-box;

@media (--md-min) {
background-color: var(--background-color-secondary, background-color('secondary'));
Expand Down

0 comments on commit 36329b7

Please sign in to comment.