Difference between revisions of "Template:BNU-CHINA/article"
Line 19: | Line 19: | ||
if (hash.indexOf("#") == 0) { | if (hash.indexOf("#") == 0) { | ||
var $target = $(hash); | var $target = $(hash); | ||
− | $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height()}, "slow"); | + | $("html, body").animate({scrollTop: $target.offset().top - $(".sub-header").height() - baseline}, "slow"); |
} | } | ||
}; | }; |
Revision as of 01:19, 19 September 2015