
Solution retrospective
i had problem with the sidebar and the problem was making it span the full length when i scroll down. please any help on that will be apprietiated
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kenwhatts
was making it span the full length when i scroll down
Your sidebar is extending its height, you could fix this by giving your sidebar a
position:fixed;
andmin-height:100dvh;
also you can give your menu button acursor: pointer;
when hovering over it
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord