diff --git a/client/src/styles.css b/client/src/styles.css index f1f1d9c..077469a 100644 --- a/client/src/styles.css +++ b/client/src/styles.css @@ -216,7 +216,7 @@ button.danger { background: #5a2a2a; border-color: #7a3a3a; color: #fff; } .cart-items { flex: 1 1 0; min-height: 0; - overflow: hidden; + overflow-y: auto; margin-bottom: 6px; display: flex; flex-direction: column;