How to vertically center pop-up on mobile 🤪

Previously I used the css proposed in following two threads (doesn’t work anymore):

#center {
top:0!important;
bottom:0!important;
margin-top:auto!;
margin-bottom:auto!;
}

This solution stretches the pop up and covers 100% of the screen size.

1 Like