As Reza mentioned, this is a similar question: List Tiles out of container when scrolling. This behavior is not caused by the ReorderableListView, but by the ListTiles. Wrapping them with a Card widget fixed the issue.
ReorderableListView
ListTiles
Card