Absolute position items get in front of fixed position navbar

I’ve got my navbar but images with absolute position are getting in front of the navbar.

How do I fix this?

@oscarlima

You’ll need higher z-index, so the navbar get’s priority other other elements.
Check image, use z-index like 1000 or similar.

1 Like