HubSpot / vex

A modern dialog library which is highly configurable and easy to style. #hubspot-open-source
http://github.hubspot.com/vex/docs/welcome
MIT License
6.92k stars 493 forks source link

overlay is not vertically centered, cannot handle with larger content #251

Open mtz opened 6 years ago

mtz commented 6 years ago

Hi,

i'm wondering why the overlay is not vertically centered! it is defined with padding-top: 160px padding-bottom: 160px

If the overlay content is higher than the optimal height, the overlay is pushed to the bottom. it does not look good.

It would be optimal if the overlay is always positioned in the middle and the height can scale up to the window edge top / bottom.

thanks mtz