We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66e947b commit d5f503cCopy full SHA for d5f503c
1 file changed
scripts/api.js
@@ -52,10 +52,10 @@
52
});
53
54
55
- scrollable.height($("html").innerHeight() - 160);
+ scrollable.height($("html").innerHeight() - 260);
56
57
$(window).on("resize", function() {
58
59
60
61
// Highlight the new code blocks.
0 commit comments