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
@@ -78,7 +78,7 @@ function loadDoc(location, callback) { @@ -78,7 +78,7 @@ function loadDoc(location, callback) {
78 opacity: 0 78 opacity: 0
79 }, 'fast', events) 79 }, 'fast', events)
80 $(document.body).animate({ 80 $(document.body).animate({
81 - scrollTop: 0 81 + scrollTop: $('.navbar-lower').height()
82 }) 82 })
83 83
84 } 84 }