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

Scrolling sluggish on mobile #98

Open
ajmas opened this issue Jan 30, 2018 · 1 comment
Open

Scrolling sluggish on mobile #98

ajmas opened this issue Jan 30, 2018 · 1 comment

Comments

@ajmas
Copy link
Collaborator

ajmas commented Jan 30, 2018

I am finding that swiping up and down on a mobile device can be sluggish. That is it scrolls smoothly and then in certain sections feel as if we suddenly walked into mud.

Observed:

  • iPhone 7+
  • iPad Air
@xdrdak
Copy link
Contributor

xdrdak commented Feb 1, 2018

Gonna pick this one up since I think I drilled down the issue.

The problem is with the body having an overflow-x hidden, which messes up how the scrolling mechanic works in ios.

Removing overflow on the body will enable smooth scrolling, however I know there will be an x-axis scroll that is activated. The reason for that is because of the mailing list has a calculated width that is larger than the parent container. Solution for this: remove the calc, set width to 100% and remove the negative margin compensation.

I'll take care of this by tonight or something.

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