Currently, I have an element that contains a few columns. The issue is that all columns end up being the same height as the tallest one. What I want is to set a minimum height for one specific column, #colB, and have the other two columns scroll vertically if they surpass the height of #colB.
Is there a way to achieve this using the Bootstrap 4 utilities?
You can find an example js-fiddle here: