Loopstudio Landing Page - SCSS, Grid, Flexbox, Mobile First.

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@yudin7324
Looks good, it's pretty close to the design 👌
One small suggestion — when the menu is open, we can block page scrolling by adding a
.no-scroll
class to the<body>
. This way, the page won't scroll in the background when the navigation is active.Here are the styles you can use for the
.no-scroll
class:.no-scroll { overflow: hidden; height: 100vh; /* prevents scrolling on mobile */ }
Marked as helpful
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