Responsive Landing Page (Tailwind CSS, Flexbox, Sweetalert)

Solution retrospective
I couldn't manage the background image. It caused the screen to overflow. Is there another solution for it other than making it absolute?
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Diarrah
You should put the pattern on the body with an after selector. Then just but overflow-x: hidden on the body as well, problem solved!
- @HYannick
Yeah I think the only way to get away with this is the absolute position :/ maybe a
div
with this background and a negativez-index
and anoverflow:hidden
on it should do the trick
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