erikdana
(Erik Dana)
July 27, 2018, 4:56pm
1
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
Here is my site Read-Only: LINK
(how to share your site Read-Only link )
Cricitem
(webTAC | Technology Apprenticeship Center)
July 27, 2018, 5:29pm
2
I would point you to my posts in this thread. Z-index problems - #7 by Cricitem
Nita
(Sónia Alves)
July 27, 2018, 5:33pm
3
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!
1 Like
system
(system)
Closed
September 26, 2018, 5:29pm
5
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.