-
Notifications
You must be signed in to change notification settings - Fork 581
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
Comments
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 👍 |
not working |
Change it to overflow-clip and then it will work |
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. |
Whenever i use the navbar to navigate and comback to the hero section , it is cliped
The text was updated successfully, but these errors were encountered: