Commit e6c20802147e895ddbb0036349dcd585675e6d03
1 parent
063c4a06
Exists in
master
and in
4 other branches
use scrollTop solution for both chrome & firefox
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/assets/javascripts/wall.js.coffee
@@ -45,7 +45,7 @@ | @@ -45,7 +45,7 @@ | ||
45 | 45 | ||
46 | scrollDown: -> | 46 | scrollDown: -> |
47 | notes = $('ul.notes') | 47 | notes = $('ul.notes') |
48 | - $('body').scrollTop(notes.height()) | 48 | + $('body, html').scrollTop(notes.height()) |
49 | 49 | ||
50 | initForm: -> | 50 | initForm: -> |
51 | form = $('.wall-note-form') | 51 | form = $('.wall-note-form') |