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 for issue #12854 on push and pull resets #12863

Merged
merged 1 commit into from
Mar 4, 2014
Merged

Fix for issue #12854 on push and pull resets #12863

merged 1 commit into from
Mar 4, 2014

Commits on Feb 27, 2014

  1. Fix for issue #12854 where push and pull resets

    The col-*-push-0 and col-*-pull-0 classes try to reset the positioning using 0% but this prevents the opposite direction positioning to freeze and not being set correctly.
    To fix that, these must set the position to auto instead of 0% with means left:auto and right:auto instead of left:0% and right:0%.
    Sojaner committed Feb 27, 2014
    Configuration menu
    Copy the full SHA
    77cd015 View commit details
    Browse the repository at this point in the history