Design comparison
SolutionDesign
Solution retrospective
How do I get rid of the scroll bar along the bottom screen, I've tried overflow hidden and it doesn't work?
Community feedback
- @byronbyronPosted almost 3 years ago
Hi Carl
Have you tried
overflow-x: hidden;
on the body?body { background-color: #121725; height: 100vh; width: 100vw; overflow-x: hidden; }
Marked as helpful1
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