Skip to content

Commit

Permalink
update the last known position more often
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jun 14, 2016
1 parent a6b8a28 commit fb58d90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Mojolicious/resources/templates/mojo/menubar.html.ep
Expand Up @@ -123,6 +123,7 @@
else if (st > start) {
fixed = true;
mojobar.css({'position': 'fixed', 'top': 0});
lastScrollTop = $(window).scrollTop();
}
});
});
Expand Down

0 comments on commit fb58d90

Please sign in to comment.