Skip to content

Commit

Permalink
Updates zIndex for searchbar select icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviawongnyc committed Nov 7, 2023
1 parent cdfa9b1 commit d04223d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/theme/components/searchBar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ const SearchBar = {
marginRight: { base: undefined, md: "-1px" },
_hover: {
zIndex: "10",
"+ .chakra-select__icon-wrapper": {
zIndex: "15",
},
},
},
},
Expand Down

0 comments on commit d04223d

Please sign in to comment.