NextJS Image component is overlapping other components regardless of z-index
Stack: NextJS, JavaScript, React, Tailwind, Framer Motion I’ve scoured the web for answers to this but mostly the answers were saying that the <div> that wraps the image must have a position of relative. I tried this and it didn’t change anything. Code for the text and images: import React from "react"; import { motion… Read More NextJS Image component is overlapping other components regardless of z-index