【发布时间】:2018-08-04 23:37:36
【问题描述】:
如何修复 Bootstrap col.
我试过这样但它不起作用:
<div class="row">
<div class="col-md-6">Content goes here...</div>
<div class="col-md-6" style=" position: fixed">Content goes here...</div>
</div>
fixed position 使 col 成为绝对位置。
当页面从顶部 400px 向下滚动时,如何禁用固定位置。
【问题讨论】:
-
4.0 引导版
标签: html twitter-bootstrap css bootstrap-4