Skip to content

Commit d5f503c

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)