diff --git a/js/crep.js b/js/crep.js index f1bb8b0..f56d3a3 100755 --- a/js/crep.js +++ b/js/crep.js @@ -78,7 +78,7 @@ function loadDoc(location, callback) { opacity: 0 }, 'fast', events) $(document.body).animate({ - scrollTop: 0 + scrollTop: $('.navbar-lower').height() }) } -- libgit2 0.21.2