VRFS-2480 : Fix UI problem where checkout button was obscured.

This commit is contained in:
Steven Miers 2014-11-24 15:07:55 -06:00
parent 9e95f75e2e
commit b3d80b3be6
1 changed files with 8 additions and 2 deletions

View File

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