This is a two part question:
How can you position the modal vertically in the center when you don\'t know the exact height of the modal?
Is
Try something like this:
.popup__overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 999; text-align: center } .popup { display: inline-block; vertical-align: middle }