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!
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!