Design comparison
Solution retrospective
Needs some bug fixes and refactoring. Your feedback will be highly appreciated.
Community feedback
- @just-a-devguyPosted over 3 years ago
Hey, I did not get the chance to check your repo and all of your code but this article should help with the scrolling issue you're having. Also, I did not notice any issues with the mobile thing when I resized the browser. Article
0@LuyoloLujaPosted over 3 years ago@adluders thanks for the article, it helped me. The issue with the mobile happens when you're on mobile and click the navigation, when you resize for desktop the hamburg stays there but it's supposed to disappear, it only disappears when you refresh. Please check it out when you have time
0@just-a-devguyPosted over 3 years ago@LuyoloLuja glad the article helped! For some reason I don't get that issue even on resize. If I get the opportunity today I'll check the code and see if it's possibly because you're not explicitly declaring that the hamburger should not show on a specific set of pixels. What I mean is maybe go on your general css and put display none on the hamburger but then on your mobile css make it show. That way the browser could know at a certain breakpoint, regardless of what happened, don't show that particular element.
0@LuyoloLujaPosted over 3 years ago@adluders yeah I did that I'm only displaying it on my mobile css, but since you can't see it, is it possible that it's only doing this on my local machine?
0@just-a-devguyPosted over 3 years ago@LuyoloLuja that COULD be the case but I don't know why that would be. Typically, things break or error out when you deploy them but work great locally. So I'm not sure why that would be the case. Are you on slack? Maybe we can try to troubleshoot together. It'd be easier to get back to you.
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