I'm currently working on developing a website layout that includes a left menu bar and right content section, both of which are independently scrollable.
However, I'm encountering a few challenges:
- The left menu bar doesn't cover the entire width of the page when scrolling
- The footer (subscription/contact) doesn't stay fixed at the bottom of the page upon vertical resizing
If anyone could offer some assistance or suggestions, it would be greatly appreciated!
View the code here
CSS:
(CSS code here)
HTML:
(HTML code here)