iziModal icon indicating copy to clipboard operation
iziModal copied to clipboard

iOS Caret displaying in the wrong position

Open evansantos opened this issue 6 years ago • 1 comments

While I was working with izimodal, i found out that iOS version between 9 and 11.2.x, the caret shows off in the wrong position, the mainly cause besides iOS safari bug, may be caused by modal with position: fixed.

I'm trying out to figure out a way to fix this

evansantos avatar Jun 05 '18 13:06 evansantos

I'm fixed it, when you opened modal, set style body { position: fixed;}

justice-art avatar Jun 27 '18 08:06 justice-art