Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Creating the pop up to share the social links
What challenges did you encounter, and how did you overcome them?when to use overflow hidden vs when not to use it.
What specific areas of your project would you like help with?tips on using the CSS overflow property
Community feedback
- @wonderlust101Posted 2 months ago
Looks accurate to the design.
As for overflow hidden, this is just a beginner's opinion but if you intent on having content going outside of the container other than the body, I wouldn't use overflow hidden. Otherwise, I would use it to make thing like components like these easier to code. However, in this component, using content overflow depends on where you put the popup in the html whether its in the container with the rest of the content or not.
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