Main issue: On desktop, the search button opens a search overlay that visually overlaps the main menu in a messy way; mobile is unaffected. Screenshots were attached, and the store URL (www.bbam.com.au) was shared.
Proposed fixes: Add a CSS rule to increase the search modal’s stacking order (z-index) so it properly sits above other elements. Two variants were suggested:
.search-modal { z-index: 9999; }
details[open] > .search-modal { z-index: 9999; }
Guidance provided: Step-by-step instructions to edit the theme’s CSS file in Shopify:
Admin → Online store → Themes → Current theme → Actions → Edit code → Assets → base.css
Outcome: The user applied the CSS change and confirmed it resolved the overlapping issue.
Status: Resolved. No further actions required.
Notes: The fix addresses desktop display by controlling layer order (z-index). Screenshots helped illustrate the problem but are not necessary post-fix.
Summarized with AI on February 11.
AI used: gpt-5.
Could someone help me with this bug. I’m a newbie, I’ve designed my website myself using the shopify theme store etc..
I recently noticed this “bug”… this has only just started occurring in the last few days.
My main menu is working as normal, until I hit the search button (icon)… It shows over the top looking all messy. Before it was “blue” over the top of the menu with the search field.. (I’m no good at the correct lingo)
I’ve attached screenshots.
This seems to only happen on desktop and mobile doesn’t seem to be affected