Is there a way to make the landing-wrapper div expand to fill 100% of the screen on a landing page? Many suggestions advise setting the html/body height to 100%. I've already tried that, but it doesn't seem to be working. I'm using React and importing a CSS file for each component. Could this setup be causing the issue?
Screenshot from DevTools Inspector: https://i.sstatic.net/UZ6gm.png
I realize this might be a common question, but I haven't been able to find any relevant answers in my search. If there's something else I could do differently or if there's a reason why my question was downvoted, please let me know so I can improve in the future.