Help me please i have pronblem

ionic4 - I want to hide scroll bar

Ionic 3

 .scroll-content {
   overflow:hidden;
 }

If don’t work try this

.content{
  overflow:hidden;
}

<ion-content class="content">
.no-scroll .scroll-content{
     overflow: hidden;
}
<ion-content class="no-scroll">
..
</ion-content>

!hi thank you but not work for ionic4 .

thank you it not work for ionic4. T^T