no scrollbar on phone
-
Hi,
Since the latest update the cart tab looks completely different. This is OK, but on a phone the scrollbar is gone. So if I add more than 4 products, I can’t see the checkout button anymore.
How to solve this?
https://www.dragenenzo.nlThis is in my CSS:
.woocommerce-cart-tab-container {
display: block;
}
@media screen and (max-width: 480px) {
.woocommerce-cart-tab-container {
width:80%!important;
max-height: 100% !important; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘no scrollbar on phone’ is closed to new replies.