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

Footer jumps on resize down. #2

Closed
Trost123 opened this issue Jan 28, 2017 · 1 comment
Closed

Footer jumps on resize down. #2

Trost123 opened this issue Jan 28, 2017 · 1 comment

Comments

@Trost123
Copy link

Trost123 commented Jan 28, 2017

Footer begins to jump up and down if you drag the bottom border of a browser up. (when the page is short enough for this script to work)

I fixed this by commenting out delta check in dummy.js. If you shrink window vertically - delta is <1, and footers starts to jump.

      // if (delta > 0) {
      $main.css({
        "min-height": main_height + delta + "px"
      });
      // } else {
      //   $main.removeAttr("style");
      // }
@Leonix
Copy link

Leonix commented Nov 2, 2017

Should have been fixed since ab3cba8

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