v4.0.0
Breaking DOM structure change introduced in #223. The .vex-overlay
element now sits next to the .vex
element, instead of as a child. This fixes scrolling issues on tall dialogs that have been in the library for a while.
New structure:
<div class="vex-overlay"></div>
<div class="vex">
<div class="vex-content">
<div class="vex-close"></div>
</div>
</div>