Open Custom Nav displays below other elements

Like the title says, some elements are on top of the opened navigation. You can see this behaviour in the share link.
I don’t want to mess with the z-index too much. It would work if I gave every element except for .Nav Menu a z-index of -10 or something. but that wouldn’t bee too feasible Is there any other way to solve this?

Thanks for your help!


Here is my public share link: LINK

You can insert all of the elements on a div and give that div a higher z index and you will affect various elements with just one z index instead of giving a different one for each element.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.