Ionic 2: Disable Scrolling at Page Level -
this question has answer here:
how possible disable page scrolling using setscrolldisabled(disablescroll) per ionic 2 documentation. seems of rc2 no longer working.
you can aways override scroll-content style in .scss
file.
scroll-content { overflow-y: auto; }
or can set overflow-y: hidden;
Comments
Post a Comment