Android scrollbar bug?

Hello,

I just have setup a basic side menu app from the template, and have a strange issue only on Android: there is content overflow which cause a scrollbar and obsiously enable scrolling, where is should not.

Here is a screen from ionic serve --lab (the issue is replicated on real device):

Any ideas? Should I report this on github?

maybe this is the sideeffect of overflow scrolling.
Since ionic 1.2.x overflow-scroll is the default scrolling --> set overflow-scroll="false" at your ion-content and try again