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 b
Override modal css and change its position from fixed to absolute
position
fixed
absolute
.modal { position: absolute !important; }