Scrolls properly only from top of the container. You can see this issue in demo, supplied with source code: just click twice at button.scrollsomething.
To fix it, add after $scroller defenition (~line 114):
scrollTargetOffset += $scroller.scrollTop();
(i don't know how it affects scrolling in case of body as container)