Scroll only when the native keyboard from phone appears

Hi there,

I’ve a login and a registration page with some input fields. Now I have the problem, that when a user wants to fill out the form and the native keyboard on iOS or Android appears, it’s not possible to scroll down to the other inputs. How can I solve this? Thank you for your hints.
Cheers
Marco

Got it.

height: 100% !important;
background-size: cover !important;
overflow-y: scroll !important;
position: fixed !important;

position: fixed do the trick