I'm currently referencing this example for reference: . In this layout, the left column has a fixed width in pixels while the right column is resizable.
My goal is to set the height of the container to 100% of the body height.
For instance, focusing solely on the top layout example without considering the content at the bottom (copy code) on that page. How can I ensure that the height of the container is always 100% of the body height, regardless of whether there is content or not? When there is content, I want it to be scrollable; when there isn't any content, it should still occupy a minimum height of 100% of the body.
I've been exploring various options but haven't had any success yet. Any suggestions would be greatly appreciated.
You can find my jsfiddle example here: