Design comparison
SolutionDesign
Solution retrospective
When the page gets too small and turns scrollable, my background only starts at the bottom of viewport.
Community feedback
- @Anass-LamiriPosted 9 months ago
Hi! First of all, you did a great job in your challenge. what's causing your problem is these two lines of code in your body selector:
transform: translateZ(0); -webkit-transform: translateZ(0);
you can remove them and your code will function as intended. I hope you find this feedback helpful, and feel free to reach out.
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