Skip to content
Snippets Groups Projects
Commit e6c20802 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

use scrollTop solution for both chrome & firefox

parent 063c4a06
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -45,7 +45,7 @@
 
scrollDown: ->
notes = $('ul.notes')
$('body').scrollTop(notes.height())
$('body, html').scrollTop(notes.height())
 
initForm: ->
form = $('.wall-note-form')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment