Skip to content

Commit

Permalink
set fix height to search panel (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherange authored Jun 4, 2024
1 parent ef166b9 commit 788c358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-shared/components/Searchbar/Search.styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const showPanel = ({ dropdown }) => {
padding-bottom: 15px;
}
@media screen and (max-width: ${themeGet('breakpoints.sm')}) {
height: 100vh;
max-height: 80vh;
z-index: 1000;
padding-bottom: 15px;
}
Expand Down

0 comments on commit 788c358

Please sign in to comment.