[Ecommerce] Order list is not scrollable during Checkout

Hi, I’m trying to build the checkout page that feature the order list (the same with the order list in the Cart). But if I get a long order list (like 10 items), the order list in the cart is scrollable but the one in the checkout is not. Please help advise what I should do to make the order list in the checkout scrollable. Thanks guys!

https://preview.webflow.com/preview/revamped-be10?utm_medium=preview_link&utm_source=designer&utm_content=revamped-be10&preview=8c85549bb4f8067881f460bc1adec858&pageId=5f74f3825bc5636f06bc1f40&mode=preview

Try changing the container holding the cart list to overflow: auto

1 Like

you’re a wizard @Elliott Thanks!