From 848c3b280fec5a188931b9590f6ee9e4531758a7 Mon Sep 17 00:00:00 2001 From: ncoronel Date: Fri, 28 Aug 2026 11:26:32 -0300 Subject: [PATCH] fix(product-vertical-with-cart-card): change overflow to visible for improved layout --- .../product-vertical-with-cart-card.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shared/components/product-vertical-with-cart-card/product-vertical-with-cart-card.component.scss b/src/app/shared/components/product-vertical-with-cart-card/product-vertical-with-cart-card.component.scss index 053295e..7dbf216 100644 --- a/src/app/shared/components/product-vertical-with-cart-card/product-vertical-with-cart-card.component.scss +++ b/src/app/shared/components/product-vertical-with-cart-card/product-vertical-with-cart-card.component.scss @@ -17,7 +17,7 @@ height: 100%; box-sizing: border-box; padding: 30px 20px; - overflow: hidden; + overflow: visible; background-color: #ffffff; border: 1px solid var(--border-color); border-radius: 7px;