Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Boxie theme cart pulldown from main nav doesn't like a lot of cart items #5

Open
ghost opened this issue May 27, 2015 · 2 comments
Open

Comments

@ghost
Copy link

ghost commented May 27, 2015

Items fall down below the bottom of the page but it isn't scrollable and there is no way to see the subtotal, or choose to checkout/view cart page.
screenshot-boxie lemonstand com 2015-05-27 15-28-31

@tomcornall
Copy link
Contributor

@af19
Copy link
Contributor

af19 commented Apr 21, 2016

This'll fix it.

    @media (min-width: 768px ) {
        #mini-cart {
            max-height: 600px;
            overflow-y: scroll;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants