Bootstrap 4, how to make a col have a height of 100%?

后端 未结 7 661
难免孤独
难免孤独 2020-12-13 04:00

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

7条回答
  •  有刺的猬
    2020-12-13 04:42

    I have tried over a half-dozen solutions suggested on Stack Overflow, and the only thing that worked for me was this:

    Column A
    Column B

    I got the solution from https://codepen.io/ondrejsvestka/pen/gWPpPo

    Note that it seems to affect the column margins. I had to apply adjustments to those.

提交回复
热议问题