Maintain position after adding ion-items

Hi everyone!
So here’s my situation:
I load a Page where a ion-card gets displayed. After initialisation, i load ancestors and descendants as ion-list of that status card. When i do that, the scroll position stays at 0, which means the user has to find the original card in the list. What i want to accomplish is that the user doesn’t even realise new content was added above the card.

Do you have any ideas how i can implement this?

Many thanks in advance