Can't Scroll Down Cart Popup

GK User
Fri Nov 28, 2014 12:42 pm
When I get more than 6 or so products in my cart and click the cart popup, I can't scroll down to see the show cart button.

I've read this thread on how to fix it ( https://www.gavick.com/forums/storebox- ... 26635.html ), the solution being something like:

Code: Select all
.gkPopupWrap {height: 435px; overflow-y: auto; }


But the problem is when I set the height of the box, it makes links that are behind that box unclickable - even when the box isn't popped up.

Thoughts?

Thanks,
Phil

P.S. It would be a pain for you to test this because you'll have to add 6 products to the cart, but in case you want to, go to http://www.gardenerspantry.ca and in the right menu, go to all the white links under the 'Organic Fertilizers' heading and the 'Other' heading, and add each of them to the cart.
User avatar
Junior Boarder

teitbite
Sat Nov 29, 2014 11:10 am
Hi

Try eith this code instead

Code: Select all
#gkPopupCart {
    max-height: 350px;
    overflow-y: auto;
}
User avatar
Moderator


cron