【发布时间】:2015-02-23 17:51:09
【问题描述】:
页面固定在右侧并放置在标题下方。 jsfiddle exapmle 看起来像我想要的那样,但滚动条超出了屏幕的边缘。如何解决这种情况?
position:fixed;
top:120px;
bottom:0;
padding-bottom:120px;
overflow:auto;
height: 100%
【问题讨论】:
页面固定在右侧并放置在标题下方。 jsfiddle exapmle 看起来像我想要的那样,但滚动条超出了屏幕的边缘。如何解决这种情况?
position:fixed;
top:120px;
bottom:0;
padding-bottom:120px;
overflow:auto;
height: 100%
【问题讨论】:
删除 .main-body-grid > .grid-left, .main-body-grid > .grid-right 和 .main-body-grid > .grid-left 上的 height:100% 对我有用
【讨论】: