fix(product-vertical-with-cart-card): change overflow to visible for improved layout

This commit is contained in:
ncoronel 2026-08-28 11:26:32 -03:00
parent 593580d648
commit 848c3b280f
1 changed files with 1 additions and 1 deletions

View File

@ -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;