Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NavBar issue #18

Open
kishore-FDI opened this issue Jun 20, 2024 · 5 comments
Open

NavBar issue #18

kishore-FDI opened this issue Jun 20, 2024 · 5 comments

Comments

@kishore-FDI
Copy link

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

@kishore-FDI
Copy link
Author

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
Copy link

not working

@AlexanderPetruska
Copy link

Change it to overflow-clip and then it will work

@MSpilari
Copy link

Had the same issue. The solution was at app/page.tsx, at the main tag change the property overflow-hidden to overflow-clip. It should work.

@lolpox
Copy link

lolpox commented Jul 25, 2024

Had the same issue. The solution was at app/page.tsx, at the main tag change the property overflow-hidden to overflow-clip. It should work.

This is the solution, the same issue was solved here by the user @MSpilari thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants