Design comparison
SolutionDesign
Community feedback
- @jen67Posted 10 months ago
Hi MSHCHEBETYUK,
Your solution is fantastic! I noticed a small issue—the entire webpage content isn't showing, likely due to the overflow-y: hidden in your CSS. Consider checking and adjusting it:
body, html { overflow-y: hidden; /consider adjusting or removing this line of code/ }
Hope this helps improve your webpage display.
Best regards.
1
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