Why is scroll-content overflow-y: scroll instead of auto on desktop/android?

A similar question has been asked before, and the answer was that it enabled momentum scrolling on iOS. I’ve heard that has since been fixed and is no longer necessary. Even if that is the case, is there a reason that:

  1. This doesn’t have the ios selector so it only applies to ios?
  2. This doesn’t have a media query on it to limit it do iOS sized devices?

I plan on overriding it locally in exactly that way, since I want to use Ionic for my progressive web app and mobile app. This way it still works properly on iOS while looking much better on desktop. Is there any reason I shouldn’t do this? (if not I’ll open a PR, because why not change it in Ionic)

I would like know more 1