Navbar sticky problem when scrolling on an element

Hi,

My Navbar set to sticky position with z-index 999

The navbar is on top of all the elements instead of one element that the logo on the navbar is under the images and the paragraphs.

The z-index on the element set to 0

Could it be a bug?

Element name: Benefits

https://healing-space.divhunt.art/

Here is a photo and a short video of the problem.

http://dashboard.konvey.app/share/bd3750e8-bfbe-46cc-a66a-98b8ca498481

This section has z-index 9999 applied. Either put lower z-index on this section or higher z-index on your navbar.

Thanks a lot, brother! :partying_face:

Anyway this is a bug in this element because in the menu the z-index is 0

It also happens when I add this element to other pages.

Thanks for the great work :kissing_heart:

@Pakic
I also ran into this bug with a position fixed navbar. The Z-index is 1000 but images and some sections (which I all set to Z-index 1 or something low). Are still going over the navbar:

could you check this?

Can you give me your website url?

yeah sure: https://bkos.divhunt.art/

Fixed, you had position fixed on component wrapper, and there you had no z-index… so I removed position fixed from there, because it was already applied on component

ahh didn’t see this… Thank you very much!!!