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

No smooth scrolling on responsiveFallback #276

Open
ghost opened this issue Aug 24, 2015 · 3 comments
Open

No smooth scrolling on responsiveFallback #276

ghost opened this issue Aug 24, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Aug 24, 2015

Page scroll is not smooth when responsiveFallback hits. To scroll, I have to drag the scroller down continously...

@arunshourie
Copy link

Same Issue, Please help to solve this!. In IOS Safari Mobile - Responsive Fallback is rendering Body with overflow:auto. If i force disable it, it becomes smooth, for eg:- if in css if set media@ min-width 480px in the CSS of Onepage Scroll - It works. But i've got this plugin on other pages too.. so gives me an headache on how to solve this... on my tight deadline

@vadymsmiyun
Copy link

Did u find any solution?

@stephlm2dev
Copy link

For those who still looking for a solution, I did this media-query and it seems to work:

@media screen and (max-width: 767px) {
  html, body {
    overflow: visible !important;
  }
}

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

3 participants