i am working on the project with AEM 6.1
i am using structure as header content body.
where header footer are iparsys
and content components are of parsys.
whenever i drag drop any component-->
parsys do not shift to end of page.
it still ramains on top.
i have not added any special code for this.
template-->
<div class="overflowContent">
<div data-sly-resource="${ @path='test', resourceType='foundation/components/parsys'}"></div>
</div>
on page cration:

after i added image component-->

inspect element-->

is there any way to birng it down?
after adding 2 3 components , it becomes difficult to author page.