Design comparison
SolutionDesign
Solution retrospective
mobile version has those long scroll bars, i'm not sure what how i should fix that. Send me your tips please :D thanks
Community feedback
- @gelizabethPosted almost 4 years ago
Hi! That scroll bars issue is because of svgs
height
is 978px.. Set it throughbackground
property in body styles. In my solution I usebackground: url('../img/bg-pattern-top.svg') 125% 200% no-repeat, url('../img/bg-pattern-bottom.svg') -20% -120% no-repeat, $dark-cyan;
Hope this helps.. Happy coding!1
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