Struggling with the bootstrap grid and a nested div with overflow-y. I followed advice from this stack overflow post, attempting to add min-height:0
to the parent ancestor, but can't seem to make it work.
View screenshot here - Chrome on the left, Firefox on the right
In Chrome, the layout displays fine (no browser scrollbar), with a scrollbar only in the red area marked with overflow-y: scroll.
However, in Firefox, the layout is off (shows browser scrollbar with no scrollbar in red area).
My objective is to create a webpage with 100% height, featuring a vertically split right column (25% | 75%) and a consistent scrollbar in the red area across all browsers ;-)
You can find my code on CodePen
Any tips on how to achieve the desired functionality?