Design comparison
SolutionDesign
Solution retrospective
why website is not functioning properly in smartphones
Community feedback
- @ChamuMutezvaPosted almost 4 years ago
Hi Aman. Nice work there. Are you referring to the horizontal scrolling? Here is an extract from Stackoverflow.com ** If you are trying to hide absolute positioned elements make sure the container of those absolute positioned elements is relatively positioned ** You might need to place your code in a wrapper where body will be parent leke
<body> <div class="wrapper" Rest of code here </div> </body>
Then you can apply *position: relative * to the body and *overflow : hidden * to the wrapper div Check also if bootstrap is not overriding your css Happy coding
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