How can I make sure the scroller is always all the way down?
What I use now is this: $('html,body').prop('scrollTop',$(document).height());.
The problem is that there are lots of floating elements and it won’t scroll to the bottom of the document until a clearing element is inserted.
Thank you.
Try this: