- 🇮🇹Italy gatiba
Hi Jon,
i fixed it applying this simple css rule:.cart--cart-offcanvas {
overflow-y: scroll;
max-height: 100%;
}
A cart with many cart items, does not scroll on mobile - leaving the user unable to checkout because the checkout/continue options are off the page below the content.
To reproduce this, add enough cart items, possibly very many, to make the list of items in the flyout fill the screen. This pushes the 'view cart' button off the page.
We have a store where product names are very long which makes this an issue, but any cart could experience this if enough items are placed in it.
Could the content block be made to scroll past a percentage of the viewport, enabling the navigation options to always be on-screen?
Active
1.9
User interface
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Hi Jon,
i fixed it applying this simple css rule:
.cart--cart-offcanvas {
overflow-y: scroll;
max-height: 100%;
}