I also attached a screenshot from my store in mobile view showing the issue.
Does anyone know the correct selector / parent element to increase the mobile menu’s z-index in a Dawn-based theme? You would help me immensely if you know cause I spent a lot of time trying to find the code for it.
z-index: 9999 !important; /\* YESSSSS ((nvm got too happy werkt ni als ik sticky button hoger dan 2 z index zet)) dus die buy sticky button op mobile ging over de beneden zijde van de hamburger menu on mobile, ik zocht hele tijd menu drawer enzo maar beneden heb je zo die login dus de code is utility-links, nu kan ik de buy sticky button z index verhogen van 2 naar 10 zodat de chatbubble nog steeds eronder blijft gehided op productpagina \*/
}
.menu-drawer__navigation {
z-index: 9999 !important; /\* Dus met deze code ikben aant proberen maar vind het nog steeds ni deze werkt ook ni\*/
tried fixing my site’s menu by adjusting the header. While the menu issue is resolved, raising the .section-header globally seems to have caused a new conflict with my chat widget.
From what I understand:
The original diagnosis about the menu issue was correct
Raising .section-header globally is not the right final fix
Can someone guide me on how to fix the menu without creating stacking or positioning conflicts with other elements like the chat widget?
Hey Tim thanks a lot for helping. As you know I already found the code to the way I actually wanted to do yesterday but couldnt do it so I resorted to doing it this way. I’m happy I can now do it the intended way which is the widget above the buy button, only on product page. Again thanks for willing to help! You are what makes this community very good.