@media (min-width: 868px) {
    body.woocommerce-checkout,
    body.woocommerce-checkout .site-content {
        overflow: visible !important;
    }

    body.woocommerce-checkout.fixed_header .checkout-right-wrapper {
        top: 70px;
    }
}