Design comparison
SolutionDesign
Community feedback
- @aashabulPosted almost 2 years ago
- In mobile view your site shows scrollbar in x axis.
- Put overflow-x:hidden in the body to solve this.
- Also in mobile view, during scrolling the page your menu is not positioned fixed.
- Add position fixed or absolute to solve this problem.
- Try to position the burger icon and close icon in the same position.
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