Design comparison
SolutionDesign
Solution retrospective
I'm Starter!
Community feedback
- @NPelivanPosted 11 months ago
In class .h-screen put min-height: 100vh, so that in smaller resolutions you can scroll through questions when you open them all.
0@congdoan6997Posted 11 months ago@NPelivan sorry. i don't understand! can you explain more?
0@NPelivanPosted 11 months ago@congdoan6997 if you open all FAQs on smaller screens with smaller height, you will notice that you can't see the first question and half of the answer. So, if you inspect you will see first div with class .h-screen with height 100vh, remove that and put instead min-height: 100vh; and you will see first question.
Marked as helpful0
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