Skip to content

Commit 53ac9bb

Browse files
committed
Fix offset
1 parent baf2749 commit 53ac9bb

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() - 260);
55+
scrollable.height($("html").innerHeight() - 230);
5656

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

6161
// Highlight the new code blocks.

0 commit comments

Comments
 (0)