News homepage

Please log in to post a comment
Log in with GitHubCommunity feedback
- @jen67
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.
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