ionic1.0.0:How to overlay ion-scroll on view

Hello, I have search view where it contain search input and other content in divs what am trying to do is to show list of search results over the search view using ion-scroll but, what i got is the search results show on the same view with the other content i tried to use <ion-popover-view> to wrap the ion-scroll but, the ion-scroll directive stopped working at all with this. for better understanding here is a codepen