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

Fixed div scrolling #78

Open
ebatgerel opened this issue Feb 22, 2019 · 1 comment
Open

Fixed div scrolling #78

ebatgerel opened this issue Feb 22, 2019 · 1 comment

Comments

@ebatgerel
Copy link

ebatgerel commented Feb 22, 2019

Hello guys. I have a trouble with when a element has fixed position. When its reaches bottom or reaches top scroll blocked. Then i tap twice anywhere of viewport scroll reworks. But its appears on IOS devices.
If someone faced this problem please help me.
Here is snippet

#home {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  display: flex;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;

  flex-wrap: wrap;
  justify-content: space-between;
}
@lixuejiang
Copy link

don’t use fixed in ios

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