Nav bar problem (Portfolio project)

Hello,
Currently I have a problem with my navigation bar. I’ve done that it’s fixed on the top of my page but the problem is that it’s behind my images and also INPUTS while scrolling. I mean that my images and inputs are on the top while scrolling.

Here’s my project:

I’ll be glad if anyone helps me! :slight_smile:
Thanks! :slight_smile:

You need: z-index: 99999 in .navbar

Thanks stefika, it entirely works :slight_smile: