Problem with custom created modal window

Hey guys. So I tried following the advice regarding keeping the modal above the Navbar with the z-index. In fact that was my first instinct, which was confirmed by the discussion. However, this doesn’t seem to work. Even though I have set my Navbar to Z-index = 10 and my modal background to Z-index = 11 the Navbar is still displaying on top of my modal window. Any ideas?

Here is the preview:

https://preview.webflow.com/preview/max-charity?preview=97eb64fe1a7a7e9c987b1f35f50b3496

Hello @Chris_Allard.

I think this problem appear because navbar “sits” inside the Header, which has Z-index=4000

Change it to something less than Modal background z-index and everything should work.

Hope it helps.