Hi!
After a modal is displayed, its content can become wider (as a response to user action).
The modal then becomes misaligned.
At the end of the user's action, I would like to notify liquid-tether that it should recalculate modal size and alignment. How do I do that?
PS When I scroll the page, the modal does realign. I tried doing $(window).resize() but it didn't help.
Hi!
After a modal is displayed, its content can become wider (as a response to user action).
The modal then becomes misaligned.
At the end of the user's action, I would like to notify liquid-tether that it should recalculate modal size and alignment. How do I do that?
PS When I scroll the page, the modal does realign. I tried doing
$(window).resize()but it didn't help.