djorg83 / react-bootstrap-sweetalert

A React implementation of SweetAlert

Home Page:https://djorg83.github.io/react-bootstrap-sweetalert/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating content which changes alert size does not update position

wouter140 opened this issue · comments

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?

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

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

Fixed in PR #47 and tested