profile card component

Solution retrospective
I've completed the project, but I'm struggling to remove scrollbars. I would appreciate if someone could give me a hand :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @multidamsy
Hello Ace, I am new like you and I struggled witht this challenge too, good job. However, I believe you should use fixed with and height for the component to make it more responsive.
Marked as helpful - Account deleted
Hi,
To remove a scroll from anything you give it the property of
overflow: hidden
.
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