Design comparison
SolutionDesign
Solution retrospective
body { height: 100vh; }
causes problem on mobile such as the body element not wrapping all of the elements, causing an overflow.
Is body { min-height: 100vh; }
a good solution?
Community feedback
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