We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb33cd7 commit b302937Copy full SHA for b302937
_assets/js/api-toc.js
@@ -13,7 +13,7 @@ $(function () {
13
if (!!initialHash) {
14
setTimeout(function(){
15
animateScrolling(initialHash);
16
- }, 100);
+ }, 200);
17
}
18
19
$("#markdown-toc")
_assets/js/toc.js
@@ -58,7 +58,7 @@ $(function() {
58
59
60
61
62
63
64
// animated scroll
_assets/js/top-menu.js
@@ -1,4 +1,4 @@
1
-var HEADER_HEIGHT = 100;
+var HEADER_HEIGHT = 81;
2
var TELERIKBAR_HEIGHT = 70;
3
var NAVBAR_HEIGHT = 76;
4
var SCROLLSPY_OFFSET = TELERIKBAR_HEIGHT + 10; // 10 compensates for the space above the anchored heading
0 commit comments