Ionic Framework: 1px vertical scroll even content with only 1 line of text

Does anyone have the same problem? My page content is not full. Just one line of text. But there is 1px vertical scroll. This happen to content in side menu too. Tried to search ionic forum and google, didn't have any info about this.

Is there a fix for this?

Ionic scroll views "bounce" on iOS even if the scroll content isn't high enough to scroll to mimick the native behavior. To disable this, set has-bouncing="false" on the <ion-content>: http://ionicframework.com/docs/api/directive/ionContent/

Have you tried googling disable vertical scroll? I get tons of results.

overflow-y: hidden; // hide vertical

overflow-x: hidden; // hide horizontal