VRFS-2480 : Fix UI problem where checkout button was obscured.
This commit is contained in:
parent
9e95f75e2e
commit
b3d80b3be6
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue