I have problems with the bootstrap grid and a nested div with overflow-y.
Like mentioned in this stack overflow post, I tried to add a min-height:0
to the parent ancestor, but can't get it to run.
In Chrome the layout is rendered okay (no browser scrollbar) and a scrollbar in the red area marked with the overflow-y: scroll.
In Firefox the layout isn't rendered okay (browser scrollbar is shown, no scrollbar in red area)
My goal is to have a 100% height webpage with a vertical splitted right column (25% | 75%) and a scrollbar in the red area in all browsers ;-)
I've put the sources to a codepen
Any suggestions, how to achieve the expected behaviour?