0
我要滾動的圖像,我有以下幾點:空格與滾動
<div id="content">
<img id="undertaking-image">
</div>
#content {
position: relative;
width: 100%;
height: 100%;
overflow: auto;
}
但結果顯示了底部滾動條之前的空白。
Screenshot showing the problem