Fix inserting elements in front of the timeline
Due to the off by one index, we sometimes ended up with garbage elements in the end of the view if new elements were added in the beginning during scrolling.
Due to the off by one index, we sometimes ended up with garbage elements in the end of the view if new elements were added in the beginning during scrolling.