Skip to content

Commit

Permalink
Fix height in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwcomeau committed Mar 27, 2022
1 parent 4a7cad8 commit 39e77f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/SearchInput/SearchInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const Input = styled.input`
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: var(--color-gray-100);
/* Arbitrarily large value to ensure rounding */
border-radius: 1000px;
Expand Down

0 comments on commit 39e77f9

Please sign in to comment.