[Resolved] Add scroll to drop down cart

Home Forums Support [Resolved] Add scroll to drop down cart

Home Forums Support Add scroll to drop down cart

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #981709
    Kim

    Hi there, it would be nice to have a scroll option in the drop down cart for the products (Flatsome theme has this for instance). If I add a lot of products to the cart, I can’t access the buttons anymore as the cart disapears on scrolling the page.

    BR Maike

    #981881
    David
    Staff
    Customer Support

    Hi there,

    thats a very good point – thanks for highlighting this.
    Can you try adding this CSS and let us know if it works for you, maybe we can add this into the next update:

    #wc-mini-cart ul.woocommerce-mini-cart {
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        max-height: 500px;
        max-height: 50vh;
    }
    #982351
    Kim

    David, this works perfectly! It could still be a little bit less.

    #982367
    David
    Staff
    Customer Support

    Thats great. Thank you finding the issue, we will include a fix for this in the next major update to GP Premium.

    You can try adjusting the two max-height properties down to reduce the size of the window if required.

    #982576
    Kim

    Top notch support ๐Ÿ™‚

    #982756
    David
    Staff
    Customer Support

    Thank you ๐Ÿ™‚

    #1067992
    Kim

    Hi David, I saw that you added it to GPP 1.9.0-alpha.1 but removed it in 1.9.0-rc.3. Should I go on with the custom css then?

    Best regards!

    #1068290
    David
    Staff
    Customer Support

    Yes, please use the CSS as it works fine with your set-up.
    We noticed a minor issue if the thumbnails are portrait and taller then description it causes the scrollbars to appear all the time. So still looking at a fix for that.

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