I have an Angular 2 app wrapped in Ionic 2. I\'m using , and within each tab is an . The content in this area ne
Add this css into your styles,
I fetched this class from inspect element which contains scrollbar and items
ion-scroll.scroll-y .scroll-content::-webkit-scrollbar{ display: none; }
worked for me