adrianhajdin / portfolio

Modern & Minimal JS Mastery Portfolio
https://minimal-portfolio-swart.vercel.app
1.38k stars 245 forks source link

NavBar issue #18

Open kishore-FDI opened 1 week ago

kishore-FDI commented 1 week ago

Whenever i use the navbar to navigate and comback to the hero section , it is cliped image

kishore-FDI commented 1 week ago

I was also facing the same error. I had resolved that error

Sorry i forgot to update this . The issue was simple , the grid the footer goes absolute when we use navbar to navigate and the page has fixed size and the Hero section is relative so it is croped out . Simple solve is in the pages.tsx you can find overflow-hidden , just change it to overflow-crop 👍

Tarun-Singh1 commented 4 days ago

not working