diff --git a/app/src/mobile/index.ts b/app/src/mobile/index.ts index aaac0fe46..b00fb72c6 100644 --- a/app/src/mobile/index.ts +++ b/app/src/mobile/index.ts @@ -96,7 +96,9 @@ class App { } if (["INPUT", "TEXTAREA"].includes(event.target.tagName)) { setTimeout(() => { - event.target.scrollIntoView(); + event.target.scrollIntoView({ + block: "center", + }); }, Constants.TIMEOUT_TRANSITION); } if (isInIOS()) {