/*以下两个样式解决sweet alert不能滚动的问题*/
body.stop-scrolling {
    overflow: auto;
}
.sweet-alert {
    position: absolute;
    overflow: visible;
}