I can see traditionally you can set scrollTop
of a div and scroll it to bottom like this one: http://jsfiddle.net/jPVAf/50/
But if my div is display: flex
, the above technique won't work:
http://jsfiddle.net/hoch47n6/. How do you use JS to scroll the div to bottom? Thanks!