Make Cart scrollable for small screens
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
.cart {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
padding: 20px 20px 24px;
|
||||
background-color: $color-cream;
|
||||
border-radius: 8px;
|
||||
|
||||
Reference in New Issue
Block a user