Scrolling does not work if it is inside shared content - IONIC 5

I am not able to make scrolling a container work if it is shared

in the image above is rendering three components
father> fillho> grandson

but the grandson component is unable to roll, what am I doing wrong?

COMPONENT 1

<ion-header></ion-header>
<ion-content>
<ion-componen2></ion-component2>
</ion-content>

COMPONENT 2

<div>
<ion-component3><ion-component3>
</div>

I solved,
solved, the problem was route