Design comparison
SolutionDesign
Solution retrospective
Why do I have scrollbars and how come the card on the far right no longer takes the length of the whole container when I change the display(Among the last lines)
Community feedback
- @gchristoffersonPosted about 3 years ago
Hey @Theguydev ✋
Your scroll bar is because of this media query:
@media only screen and (min-width: 800px) body { min-width: 100%; }
Just remove that and your scroll bar will disappear.
To make the card on the far right take the length of the whole container, you need to add
min-height: 100%
to.Testimonial-5
.I hope that helps! Keep up the great effort!!
Marked as helpful0
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