vex v4.0.0 Release Notes

Release Date: 2017-06-30 // over 6 years ago
  • 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\>