You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Forgive me if I just throw the issue in this form but it might help the one or the other:
These CSS rules keep the viewport minimally displaced when an input field is slightly below the center (of the non-keyboard area). Haven't investigated further!
body {
padding-top:constant(safe-area-inset-top);
padding-top:env(safe-area-inset-top);
}
I removed them from my app and everything works fine!
The text was updated successfully, but these errors were encountered:
Hey Great Plugin!
Forgive me if I just throw the issue in this form but it might help the one or the other:
These CSS rules keep the viewport minimally displaced when an input field is slightly below the center (of the non-keyboard area). Haven't investigated further!
I removed them from my app and everything works fine!
The text was updated successfully, but these errors were encountered: