Hello, ionic scrollbar vertical is always showing in my app in all pages how can i remove it ?
Go to your scss file of that page.
Type:
overflow: hidden !important;
inside a correct page selector which looks like:
home-page { 'your code goes inside here' }
Thank you ! 