Skip to content

Commit

Permalink
update predictive search container width (Shopify#1878)
Browse files Browse the repository at this point in the history
* update predictive search container width on small screens
  • Loading branch information
metamoni authored Aug 4, 2022
1 parent 3bb12f2 commit 6af9bfa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/component-predictive-search.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
}

.predictive-search--search-template {
z-index: 2
z-index: 2;
width: calc(100% + 0.2rem);
}

@media screen and (max-width: 749px) {
Expand Down

0 comments on commit 6af9bfa

Please sign in to comment.