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!
Try changing the container holding the cart list to overflow: auto
1 Like
you’re a wizard @Elliott Thanks!