diff --git a/web/app/assets/stylesheets/client/shoppingCart.css.scss b/web/app/assets/stylesheets/client/shoppingCart.css.scss index 63f333543..c031e5982 100644 --- a/web/app/assets/stylesheets/client/shoppingCart.css.scss +++ b/web/app/assets/stylesheets/client/shoppingCart.css.scss @@ -2,6 +2,12 @@ .content-body { padding: 50px 20px 20px 20px; + overflow: scroll; + .shopping-cart-content { + //padding-top: 20px; + margin-bottom: 20px; + overflow: scroll; + } .checkout-image { width: 10%; @@ -52,8 +58,8 @@ .cart-items { width: 100%; - height: 300px; - overflow: auto; + min-height: 200px; + // overflow: auto; margin-top: 30px; }