Ionic 2 (rc.2.0.3) Ion-dateTime has scroll

Hi everybody. I have the bug.
When ion-datetime opens, User can touch to the corner of ion-datetime and scroll it to top of the screen device.
Did anybody face with it?

Example, when User open:


Example, when User scrolled it up:
image

It happens only for real devices.

I fixed myself. I added next style:

ion-picker-cmp{
overflow: hidden;
}

PS: but maybe it should be fix in Ionic 2?

1 Like