Reply To: Modal showing behind Steps Modal

#10034961
Support
Keymaster

Hello,

Here’s the CSS code you need:

(css/custom.css):

#alertmodal {
	z-index: 99999 !important;
}

.modal-backdrop {
	z-index: 99998 !important;
}

We hope this helps!

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.