Make Cart scrollable for small screens

This commit is contained in:
2021-11-07 22:41:02 +01:00
parent 5923afed3b
commit 84395e43e5

View File

@@ -1,7 +1,7 @@
.cart { .cart {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: hidden; overflow: auto;
padding: 20px 20px 24px; padding: 20px 20px 24px;
background-color: $color-cream; background-color: $color-cream;
border-radius: 8px; border-radius: 8px;