Search code examples
htmliosbootstrap-modalmobile-safariios11

iOS 11 Safari bootstrap modal text area outside of cursor


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


Solution

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