Make column fixed position in bootstrap

后端 未结 7 921
南方客
南方客 2020-11-29 20:39

Using Bootstrap, I have a grid column class=\"col-lg-3\" that I want to place it in position:fixed while the other .col-lg-9 is normal position (scroll-able through the page

7条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 21:24

    With bootstrap 4 just use col-auto

    Fixed content
    Normal scrollable content

提交回复
热议问题