-1

I'm using next/image as a header image, but when i use my navbars dropdown menu, the image is in front of the dropdown. How do i fix this, while still using next/image? :-)

Github: https://github.com/Lucashunt/jameshunt

website: https://jameshunt.vercel.app

Displaying correct over text

Image in front of dropdown

1 Answers1

0

Ensure you set position:relative if you are using layout:fill. Also visit the doc to understand the required props.

Chukwuemeka Maduekwe
  • 6,687
  • 5
  • 44
  • 67