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

[Fix] Kitchen Sink - iOS overscroll/bounce #3860

Closed
wants to merge 1 commit into from
Closed

[Fix] Kitchen Sink - iOS overscroll/bounce #3860

wants to merge 1 commit into from

Conversation

SamuelScheit
Copy link

Solve this issue: framework7io/framework7-website#491
As you can see in the video of the issue the whole website bounces and you can't scroll the inner content.
Only after you focus the inner content you can scroll it.
This can be prevented by adding this css to kitchen-sink/core/css/app.css:

html,
body {
  position: fixed;
  overflow: hidden;
}

Solution by: https://www.bram.us/2016/05/02/prevent-overscroll-bounce-in-ios-mobilesafari-pure-css/

@stale
Copy link

stale bot commented Apr 16, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants