FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Give a better offset · nodegit/nodegit.github.com@d5f503c · GitHub

Commit d5f503c

Browse files
committed
Give a better offset
1 parent 66e947b commit d5f503c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎scripts/api.js‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
});
5353
});
5454

55-
scrollable.height($("html").innerHeight() - 160);
55+
scrollable.height($("html").innerHeight() - 260);
5656

5757
$(window).on("resize", function() {
58-
scrollable.height($("html").innerHeight() - 160);
58+
scrollable.height($("html").innerHeight() - 260);
5959
});
6060

6161
// Highlight the new code blocks.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL