2016-07-05 107 views

回答

1
.modal-open { 
    overflow: visible; 
} 
0

您可以添加以下你的CSS,这可能有助于

body.modal-open { 
overflow: hidden; 

}