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
I fixed the issue by adding position:fixed
to the body when opening a modal.
Hope this will help you.