Scroll to input inside of slidebox

Hello. I have a slidebox with some input fields, when input is clicked and keyboard comes up, it is not scrolling view to make input visible. Previously I overcame this issue by adding <ion-scroll> inside of slidebox, but with recent updates it looks like this stopped working. Any ideas how to make sure that input is in focus inside of slidebox when keyboard is revealed?

Thanks

Fixed it. For some reason I thought that ion-content is not allowed inside of slidebox. So now I repalced ion-scroll with ion-content scroll=true and all works fine