Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add -webkit-overflow-scrolling: touch? #33

Open
stevemao opened this issue Dec 27, 2018 · 1 comment
Open

Add -webkit-overflow-scrolling: touch? #33

stevemao opened this issue Dec 27, 2018 · 1 comment

Comments

@stevemao
Copy link

when you have something like overflow: auto;, on desktop browsers and Android the scroll is natural. Only on iOS it stops scrolling immediately when you release your finger. According to mdn, -webkit-overflow-scrolling is not standard so I feel like this is a missing default feature on iOS.

@sindresorhus
Copy link
Owner

sindresorhus commented Dec 23, 2019

Where would you add it?

There must be a reason why it's a CSS property and not just on by default. This will require more research.

For example, some potential gotchas:

@sindresorhus sindresorhus changed the title add -webkit-overflow-scrolling: touch;? Add -webkit-overflow-scrolling: touch? Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants