Browse Source

Add a maximum height limit to cart-preview

pull/66/head
enisn 5 years ago
parent
commit
c1032823f0
  1. 5
      apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/components/cart/cart-widget.css

5
apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/components/cart/cart-widget.css

@ -3,6 +3,11 @@
color: rgba(255, 255, 255, 0.75);
}
.cart-preview {
max-height: 75vh;
overflow: auto;
}
.cart-preview .basket-item-preview-image {
max-width: 3em;
max-height: 3em;

Loading…
Cancel
Save