
Design comparison
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
Community feedback
- @RealKendprPosted about 1 year ago
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 it0@AlexworldwidPosted about 1 year ago@RealKendpr ohh thanks a lot! Going to try that too. 🙂🙂
1@AlexworldwidPosted about 1 year ago@RealKendpr ohh thanks a lot! Going to try that too. 🙂🙂
0
Please log in to post a comment
Log in with GitHubJoin 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