Just a quick note to clarify that I am primarily a backend developer, not proficient in frontend.
The layout I currently have looks like this:
I am unsure whether I should stick with the current setup or switch to using a grid. My main goal is to have a side menu and content section both at 100% height. Flexbox seemed to be the only option that achieved this without displaying scrollbars.
However, when I resize the screen, two issues arise:
- The content no longer takes up 100% of the height
- The side menu shifts to the top - which is actually intentional on my part
My first question is how can I resolve the issue of the content not taking up the full height anymore?
Secondly, what steps should I take to display a hamburger menu on phones instead of the side menu moving upwards?