From b3d80b3be6ba5893fd64a0ee8dcf58923d8bf16d Mon Sep 17 00:00:00 2001 From: Steven Miers Date: Mon, 24 Nov 2014 15:07:55 -0600 Subject: [PATCH] VRFS-2480 : Fix UI problem where checkout button was obscured. --- .../assets/stylesheets/client/shoppingCart.css.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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; }