0
http://jsfiddle.net/zP49Z/兒童外出父元素
正如你所看到的,孩子們[更新]走出去的父元素[提要]的。我怎樣才能解決這個問題?
#updates {
background: #B8C1C2;
box-shadow: inset 0 0 5px;
height: 100%;
float: right;
position: fixed;
top: 0;
right: 0;
z-index: 100;
overflow: auto;
}
#feeds {
width: auto;
height: 300px;
}
.update {
border-bottom: 1px solid #929493;
width: auto;
height: auto;
padding-bottom: 20px;
margin-top: 10px;
}
謝謝!
然後我不能滾動「飼料」。 – Thomas
你可以使用overflow-x:hidden;如果您想要包含Feed並滾動。在這裏查看:http://jsfiddle.net/MathiasaurusRex/zP49Z/2/ –
謝謝,這工作! – Thomas