Design comparison
SolutionDesign
Solution retrospective
The contents in the container are flowing outside in vertical direction when screen is squeezed in vertical direction. Is that need to be fixed? If yes, how? Please help me with this!!
Community feedback
- @SebBudynskiPosted 9 months ago
Hello 👋. Congratulations on successfully completing the challenge!
I believe the content is overflowing because you've set a fixed height on it, and this height is smaller than the content. It might help if you use min-height instead of height in the .container.
Happy coding!!
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