Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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 8 months 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 8 months ago@RealKendpr ohh thanks a lot! Going to try that too. ππ
1@AlexworldwidPosted 8 months 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