Attempting to implement a two-column layout using Bootstrap 4 that incorporates an overflow scroll feature when the height of a parent container is specified.
You can view the fiddle here: https://jsfiddle.net/zeropsi/g19kzpsh/
The challenge I'm facing involves setting a fixed height for the .section
element, as it does not accurately determine the height of the column, causing issues with the overflow scroll functionality.
Any suggestions or solutions on how to achieve a setup where the left column has a scroll option to handle any content overflow beyond the parent container's defined height?