how can I make a column take up 100% height of the browser w bootstrap 4?
See the following: https://codepen.io/johnpickly/pen/dRqxjV
Note the yellow div, I
I came across this problem because my cols exceeded the row grid length (> 12)
A solution using 100% Bootstrap 4:
Since the rows in Bootstrap are already display: flex
You just need to add flex-fill to the Col, and h-100 to the container and any children.
Pen here: https://codepen.io/joshkopecek/pen/Exjdgjo
Form Goes Here
Another form