I am creating a single-paged web app. There is a bottom bar that pops up that comes from off-screen using overflow set to hidden.
In that popup, I have a text input. When clicked on mobile, the browser focusses on that input, scrolling so that it is at the center of the screen. Once I click done on the keyboard, the keyboard goes but the browser remains in the same position showing content that should be outisde the parent div that has overflow set to hidden.