Position fixed z-index don't work

Hi, I’m having an issue with z-index. The modal overlay has position fixed and z-index: 9, menu navbar also has position fixed but z-index is 4 and this doesn’t work. Any thoughts?

I’ve been through this before but I don’t remember how resolved :sweat_smile:


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I would point you to my posts in this thread. Z-index problems - #7 by Cricitem

Hey @erikdana!

The overlay modal is nested inside a container which as a lower z-index of 3, so it’s inheriting that style.

If you increase the Container Z-Index to 10, you’ll see that the Navbar is no longer visible.

Hope this helps! :slight_smile:

1 Like

fixedddd! thanks :slight_smile:

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