I solved the problem.
Normally the class comes with 1 more 0 than captcha.
I just used important in CSS to remove one of ZEROS extra.
I used this:
.cjpopup {
z-index: 1000000000 !important
}
🙂
I solved the problem.
Normally the class comes with 1 more 0 than captcha.
I just used important in CSS to remove one of ZEROS extra.
I used this:
.cjpopup {
z-index: 1000000000 !important
}
🙂