I am currently facing an issue on my website where the main content div has a fixed height, causing it not to scale vertically on larger monitors. I attempted setting the CSS properties for the div to 'auto' in order to allow it to adjust to the screen size, but this resulted in the scrollbar being removed and the page stretching endlessly beyond the container.
My goal is to have the container adjust its height based on the browser size while still retaining the scrollbar within the content container itself. How can I successfully achieve this without losing the ability to scroll through the content?