Commit ab7a4bc7499f425ab7304f6ebe6f7c9e82d018f3

Authored by Geoffrey PREUD'HOMME
1 parent 815cd881

Navigation now hides menu

Way better on small screens
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
js/crep.js
... ... @@ -78,7 +78,7 @@ function loadDoc(location, callback) {
78 78 opacity: 0
79 79 }, 'fast', events)
80 80 $(document.body).animate({
81   - scrollTop: 0
  81 + scrollTop: $('.navbar-lower').height()
82 82 })
83 83  
84 84 }
... ...