Hi @Anja,
The reason your timeline doesn’t scroll is because you have the data-tweet-limit="4" attribute set on your embed code: That instructs the widget to display four Tweets, at whatever height those Tweets come to instead of an infinite scrolling list. If you want a scrolling widget, just remove that attribute from your embed code and set data-height="300px" (or whatever height value you want instead.)
Ben