ThemeAvenue / BetterOptin

BetterOptin is a free exit intent popup plugin for WordPress.
https://betteropt.in
GNU General Public License v2.0
4 stars 1 forks source link

Conflict with FormFocus #29

Closed siamkreative closed 8 years ago

siamkreative commented 8 years ago

If https://github.com/ThemeAvenue/Form-Focus is enabled, the modal's form gets the class .formbox-active, which does this:

.formbox-active {
    z-index: 1000;
    position: relative;
}

Therefore, the overlay is on top of the modal itself.

siamkreative commented 8 years ago

FormFocus will be discontinued and no one uses it anyway.