Make column fixed position in bootstrap

后端 未结 7 928
南方客
南方客 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:21

    Updated for Bootstrap 4

    Bootstrap 4 now includes a position-fixed class for this purpose so there is no need for additional CSS...

    Fixed content
    Normal scrollable content

    https://www.codeply.com/go/yOF9csaptw

提交回复
热议问题