Background overlay does not disappear even after the popup only in IE11. Working fine in chrome, safari, and firefox.
swal({
title: 'ERROR!',
text: 'Please check email and/or captcha',
type: 'error',
timer: 2000,
showConfirmButton: false
}).catch(swal.noop);
See Image: Image Link
Solution for now: Working with no issue on IE11: