I use Jquery NanoScroller on page:
$timeout(function () {
$('.dialog-window .nano').nanoScroller({preventPageScrolling: true, scrollTo: $('#lastMesasage')});
}, 500);
But this code does not scroll block .dialog-window .nano
to #lastMesasage
. Also does not show scrolling line.
If remnove scrollTo: $('#lastMesasage')}
from options, the scroll line appears.