I’ve got my navbar but images with absolute position are getting in front of the navbar.
How do I fix this?
I’ve got my navbar but images with absolute position are getting in front of the navbar.
How do I fix this?
You’ll need higher z-index, so the navbar get’s priority other other elements.
Check image, use z-index like 1000 or similar.