diff --git a/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/components/cart/cart-widget.css b/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/components/cart/cart-widget.css index 31078413..2185fbcf 100644 --- a/apps/public-web/src/EShopOnAbp.PublicWeb/wwwroot/components/cart/cart-widget.css +++ b/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;