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 iOS scrolling bar #632

Closed
wants to merge 8 commits into from
Closed

Fix iOS scrolling bar #632

wants to merge 8 commits into from

Conversation

spdivn
Copy link

@spdivn spdivn commented Oct 14, 2018

html.lb-disable-scrolling {
  overflow: hidden;
  position: static;
  height: 100vh;
  width: 100vw;
}

@lokesh
Copy link
Owner

lokesh commented Apr 20, 2019

Thanks for reporting.

For now, I'm doing the following:

Removed the iOS disable scroll CSS which was causing bigger issues, including inconsistent positioning of the image on mobile views, and a jump to the top of the viewport/

If the disableScrolling option is set to true, scrolling will still be possible on iOS after this PR is merged.

I'll come back to a proper scroll disabling update in iOS in the future if there is interest.
#650

@lokesh lokesh closed this Apr 20, 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

Successfully merging this pull request may close these issues.

2 participants