Scrolling down an image with ion-content

Hi
I have the image
scss

.myview {
    .scroll-content{
    background-image: url('../assets/imgs/04.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;

    }
  }

I want to be able to go down
how can I do it? with

<ion-content class="myview"  overflow-scroll="true">
</ion-content>