Showing
1 changed file
with
1 additions
and
1 deletions
| ... | ... | @@ -12,7 +12,7 @@ App.init = -> |
| 12 | 12 | $target = $(this.hash) |
| 13 | 13 | if $target.length |
| 14 | 14 | $(this).click -> |
| 15 | - $('html, body').animate({scrollTop: $target.offset().top}, 1000) | |
| 15 | + $('html, body').animate({scrollTop: $target.offset().top+1}, 1000) | |
| 16 | 16 | return false |
| 17 | 17 | |
| 18 | 18 | App.scroll = -> | ... | ... |
Please
register
or
login
to post a comment