Ionic v1 Scroll issue after update iOS 13.0 on iPad

After update my device to iOS 13.0, I have a critical issue.
The scroll on-page doesn’t work.

I have used the following CSS in the div tag to implement scrolling functionality in the application

.overflow-scroll{
position: absolute;
height: 100%;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}

Any solution?