From 69072195f45f6745ff2b1685c8f1ee9624ec9bdc Mon Sep 17 00:00:00 2001 From: StephDietz Date: Thu, 6 Jul 2023 20:38:26 -0500 Subject: [PATCH] fix layering bug --- components/cart/modal.tsx | 74 +++++++++++++++++++++------------------ 1 file changed, 40 insertions(+), 34 deletions(-) diff --git a/components/cart/modal.tsx b/components/cart/modal.tsx index 670070f06..0b3dc4352 100644 --- a/components/cart/modal.tsx +++ b/components/cart/modal.tsx @@ -93,7 +93,7 @@ export default function CartModal({ cart, cartIdUpdated }: { cart: Cart; cartIdU ) : (
-
- + ); })}