Project help please

Working through my product landing page project, and have set my nav bar fixed, and everything else scrolls up, at least that is the idea. Only problem is some of my elements scroll over top of the nave bar, instead of under. My email input, submit button, container class and draft class all roll over top of nav bar. Cannot figure out why…
Any feedback much appreciated .

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_3) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15.

Challenge: Build a Product Landing Page

Link to the challenge:

use z-index: 9999 in the navbar element.

more here: Why is my navbar behind other content?

perfect! Thank you!!

Is there a reason for 9999? z-index: 1; has the same outcome…just curious.

nope. its just puts it in the toppest layer. thats it.