djorg83 / react-bootstrap-sweetalert

A React implementation of SweetAlert
https://djorg83.github.io/react-bootstrap-sweetalert/
MIT License
253 stars 55 forks source link

Updating content which changes alert size does not update position #45

Closed wouter140 closed 4 years ago

wouter140 commented 5 years ago

I'm updating my modal after I have loaded some data which then changes the modal size significantly. After this change, the modal stays in the same position from the top of the document. Is there any way to recalculate the modal position?

wouter140 commented 5 years ago

Can be fixed with the same styling changes from issue #46 with pull request #47

djorg83 commented 5 years ago

I'll check if the #47 PR fixed this also.

wouter140 commented 4 years ago

Fixed in PR #47 and tested