Tagged: Overflow
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
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.
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