带CSS的Bootstrap可滚动列

时间:2015-07-09 16:27:44

标签: css twitter-bootstrap

我有一个完整的高度布局,我尝试保持全高度列,同时允许在超出范围时滚动其内容。

是否可以在不使用框架CSS flex并创建可以计算如下内容的JS代码的情况下执行此操作:window.height - ".scrollable".offset.top = ".scrollable".height

html, body {
    height: 100%;
    width: 100%;
}
.scrollable {
    height: 100%;
    overflow-y: scroll;
}

http://jsfiddle.net/hpruo87t/

0 个答案:

没有答案