Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
How can I remove that little scroll bar at horizontal axis?
Community feedback
- @jamesbarnettPosted 3 months ago
Hello,
Your horizontal scrollbar can be removed by changing the
width
values for your main image and themenu
class from100vw
to100%
. You might be interested in this video outlining some of the "gotchas" with viewport units: https://www.youtube.com/watch?v=veEqYQlfNx8Hope this helps. Happy coding!
Marked as helpful1@AmandeepGuggiPosted 3 months ago@jamesbarnett Thank you sir, it real helped me :D
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