diff --git a/components/CartDrawer.tsx b/components/CartDrawer.tsx index bc5d1e1..48ebac5 100644 --- a/components/CartDrawer.tsx +++ b/components/CartDrawer.tsx @@ -11,7 +11,7 @@ * KEY DESIGN CHOICES: * - Fixed position, full-height, max-w-md (beautiful on both mobile and desktop) * - Backdrop click closes it (standard mobile pattern) - * - z-[70] sits above almost everything (including the sticky category nav) + * - z-[990] sits above almost everything (including the sticky category nav) (below mobile menu) * - All cart mutations go through the context — this component is "dumb" UI only * * THE ORDERING FLOW (very important for restaurant context): @@ -82,13 +82,13 @@ Thank you!`; {/* SEMI-TRANSPARENT BACKDROP */} {/* Clicking anywhere outside the drawer closes it (standard mobile pattern) */}
{/* THE ACTUAL DRAWER — slides in from right */} - {/* z-[70] ensures it sits above sticky nav, category pills, and most other UI */} -