Home / v4.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2017-06-30 425 Bytes
v4.0.0.tar.gz 2017-06-30 2.4 MB
v4.0.0.zip 2017-06-30 2.4 MB
Totals: 3 Items   4.8 MB 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:

:::html
<div class="vex-overlay"></div>
<div class="vex">
    <div class="vex-content">
        <div class="vex-close"></div>
    </div>
</div>
Source: README.md, updated 2017-06-30