You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS devices the default overflow:scroll (or even auto) behavior results in bouncy over-scroll in 2 dimensions.
For collections where scrolling is only desired in one dimension we need to set overflow-? to hidden, but this isn't possible given the current implementation of ember-native-scrollable.
ember-native-scrollable
setsoverflow: scroll
for mobile devices.what is the best way to override it with:
overflow-y: scroll; overflow-x: hidden;
?Thanks.
The text was updated successfully, but these errors were encountered: