I want to scroll an image and I had the following:
<div id="content">
<img id="undertaking-image">
</div>
#content {
position: relative;
width: 100%;
height: 100%;
overflow: auto;
}
But the result shows an empty space before the bottom scroll bar.