WooCommerce Checkout Overlay Not Disappearing

Place this block into your theme’s custom CSS/* Fix issues with jquery overlay blocking checkout button */.woocommerce .blockUI.blockOverlay {

position: relative!important;

display: none!important;

}