[Bug] Overflow Scroll not working in Beta 12 / Beta13

So, The funniest thing just happened:
I’m running “ionic”: “driftyco/ionic-bower#1.0.0-rc.2-nightly-118” bower version and having the scrolling issue also (iphone 5s - not sure about other devices . . .)
but I notice when the hand with three fingers is being displayed (“swipe down three fingers to exit”) I can scroll!
after pressing on the hand and making her disappear the scrolling issue is beck.
don’t know if it’s helpful or not . . .

Bay the way couldn’t find the codes in the specify rows to change in ionic.bundle.js file - probably not the same version . . .

Problem solved for me!
just added this css:

body .overflow-scroll {
overflow: auto;
overflow-x: hidden;
}

I’m thinking maybe overflow-y isn’t supported in some cases or browsers.

that’s it :smile:

1 Like