Sweetalert 总是隐藏在模态框后面

Sweetalert hidden behind the modal box always

我正在使用 sweetalert v2,我也在使用 bootstrap 模型。问题是每当我打开 bootstrap 模式并且我在模式按钮上触发了 sweetalert。

swal() 函数被触发,但它始终隐藏在模态后面。如何让 sweetalert 始终在顶视图。

问题可能是您在模态框上使用了 tabindex。请从您的模态划分中删除以下属性。

tabindex="-1" aria-hidden="true" style='z-index:10000;'