iOS 11 Safari bootstrap modal text area outside of cursor

kekkeme picture kekkeme · Sep 21, 2017 · Viewed 64.6k times · Source

With iOS 11 safari, input textbox cursor are outside of input textbox. We did not get why it is having this problem. As you can see my focused text box is email text input but my cursor is outside of it. This only happens with iOS 11 Safari

Problem

Answer

Nattawat Tarweesripayap picture Nattawat Tarweesripayap · Sep 22, 2017

I fixed the issue by adding position:fixed to the body when opening a modal. Hope this will help you.