Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #939173

    Hello Sirs,

    How are you?

    I am facing the following issue:

    If someone has several items in dropdown cart (cart_dropdown) then the cart items overflow off the page, when on hover. As you can see in the screenshot, the buttons “View Cart” and “Checkout” have been disappeared because they are off the page.

    Screenshot: https://prnt.sc/j2ucol

    Thank You in advance,

    Best regards,
    Nick

    #939197

    I just fixed on my own.

    You can close this ticket.

    For anyone else has the same issue, below is the snippet:

    .dropdown_widget .cart_list {
    overflow-y: auto;
    max-height: 400px;
    }

    Adjust max-height as desired.

    #939202

    Hi nickgin,

    Glad you got it working for you and thank you for sharing! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.