Hello
When i click my search button - the header menu still appears and therefore doesn’t allow for the search to be done
can anyone help?
datsau
A user is experiencing a header overlap issue where clicking the search button causes the header menu to remain visible, blocking the search functionality from working properly.
Troubleshooting attempts:
.search-popdown { z-index: 9999; }.header__desktop__button { z-index: 9; }Current status:
The site in question is www.thebodyshop.ca, and a screenshot was provided showing the header layout.
Hello
When i click my search button - the header menu still appears and therefore doesn’t allow for the search to be done
can anyone help?
datsau
Please add this code to solve it
.search-popdown { z-index: 9999; }
nop - not working ![]()
Sorry, please update code to this
.header__desktop__button { z-index: 9; }