fix(search): 🐛 overlay should not cover search box

This commit is contained in:
alistair3149 2023-01-27 14:19:32 -05:00
parent a3ed7666e2
commit 7639110326
No known key found for this signature in database

View file

@ -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 );