From 5a2afd8600c53f40acdcdf1d7022cab3b4650a29 Mon Sep 17 00:00:00 2001 From: DanielS Date: Tue, 14 Jul 2026 14:35:00 +0200 Subject: [PATCH] feat(wizard): widen license lookup panel to 2 cols --- shop/components/order-wizard.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 0d7b39d..9920de6 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -735,15 +735,15 @@ export function OrderWizard({ animate={{ opacity: 1, x: 0 }} exit={{ opacity: 0, x: -20 }} > -
+
{/* FAR LEFT: License Lookup Panel (sticky) */} -
+
{/* CENTER: Sticky stepper + scrollable categories */} -
+
{/* Sticky stepper header — only covers center column */}

Schritt 3 von 4 — Software konfigurieren