.modal-content{max-height:85vh!important; overflow:auto!important;}
.lucky-modal .el-dialog{max-height:85vh!important; overflow:auto!important;}
@media screen and (max-width:390px) {
    .modal-content{max-height:80vh!important; overflow:auto!important;}
    .lucky-modal .el-dialog{max-height:80vh!important; overflow:auto!important;}
}