Full swipe using ionic

I am using ionic framework. I want full swipe like thisenter image description here

I have used following code

   <ion-list can-swipe="true">
       some code 
       <ion-option-button class="button-positive">fff</ion-option-button>

    </ion-list>

But this is showing only small portion. I need to cover my full div.

Any Help?

Thanks