-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
fix: Footer added #6830
fix: Footer added #6830
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Lighthouse Results
|
Ok good, but you need to do something ´cause actually the footer take to much place on mobile screen. |
Ok , will add css for small screens only |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the footer should not be sticky - it should be the natural last item in the scrolled content
My finding is issue only persists where WhatsApp.Video.2024-06-11.at.21.16.03.mp4 |
applied external css on <Withfooter/> , fix.footer.mp4 |
Signed-off-by: Abhishek Singh <99867024+Wellitsabhi@users.noreply.github.com>
@bmuenzenmeyer @abizek @canerakdas |
LGTM |
@bmuenzenmeyer I dismissed your review, but feel free to do a re-review 🙏 |
Hmmm, the footer is still sticky, and we don't really want that as it means the overall content available for the page itself is diminished... |
@ovflowd which layout will be good? (below)
Node.js.About.Node.js.-.Google.Chrome.2024-06-22.09-31-12.mp4
Node.js.About.Node.js.-.Google.Chrome.2024-06-22.09-42-03.mp4I hope it address sticky issue. |
This PR will need to be rebased or recreated now that #6850 merged. |
I shall create new PR. |
Description
Added Footer in 'Learn' and 'About' section
Validation
Related Issues
Fixes #6829
Check List
npm run format
to ensure the code follows the style guide.npm run test
to check if all tests are passing.npx turbo build
to check if the website builds without errors.