Skip to content

Commit

Permalink
Search bar fixed on small screens.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodyherrera authored Mar 14, 2022
1 parent ee578d5 commit 9111d95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Client/src/Components/SearchBar/SearchBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
border-radius: 0 0 2rem 2rem;
max-width: 700px;
z-index: 10;
margin-bottom: -20vh;
margin: 0 auto -20vh;
}

#Search-Bar-Suggestions ul{
Expand Down Expand Up @@ -78,4 +78,4 @@
#Search-Bar-Suggestions{
max-height: 20vh;
}
}
}

1 comment on commit 9111d95

@vercel
Copy link

@vercel vercel bot commented on 9111d95 Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.