Okay
  Public Ticket #2412707
shopping cart not scrolling
Closed

Comments

  •  36
    Miss Fashion Week started the conversation

    the shopping cart won't scroll. so the customers won't be able to see the total and the check out button.

  •  2,636
    Kevin replied

    Hi Miss Fashion Week  !

    go to Appearance-> Customize-> Additional CSS to correct this problem


    .elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents {
        overflow: scroll;
        max-height: calc(100% - 130px);
    }

    thank you

  •  36
    Miss Fashion Week replied

    it worked! Thanks Kevin

  •  2,636
    Kevin replied

    Hi Miss Fashion Week !

    thank you, Glad to help you