diff --git a/app/components/Cart.tsx b/app/components/Cart.tsx index 40d5606..ae2341a 100644 --- a/app/components/Cart.tsx +++ b/app/components/Cart.tsx @@ -59,7 +59,7 @@ function CartLines({ if (!lines) return null; const styles = { page: "col-span-2", - aside: "flex-1 overflow-y-auto", + aside: "flex-1 overflow-y-auto overflow-hidden custom-scroll", }; return (
{product.title}
- -{product.title}
+ +
+