Skip to content

Commit

Permalink
fix(search): 馃悰 overlay should not cover search box
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jan 27, 2023
1 parent a3ed766 commit 7639110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/skins.citizen.styles/Search.less
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@

@media ( max-width: @width-breakpoint-desktop ) {
.citizen-search__card {
z-index: 1; // So that overlay does not cover card
width: auto;
margin: var( --space-xs );

Expand Down

0 comments on commit 7639110

Please sign in to comment.