diff --git a/shop/components/order-wizard.tsx b/shop/components/order-wizard.tsx index 42c79cf..2f01dea 100644 --- a/shop/components/order-wizard.tsx +++ b/shop/components/order-wizard.tsx @@ -663,10 +663,19 @@ export function OrderWizard({ } return ( -
- {/* Progress Stepper */} - {step !== 3 && ( - +
+ {/* Sticky Header — Stepper für Step 3, normaler Stepper für andere Steps */} + {step === 3 ? ( +
+
+

Schritt 3 von 4 — Software konfigurieren

+
+ +
+ ) : ( +
+ +
)} @@ -732,7 +741,6 @@ export function OrderWizard({ exit={{ opacity: 0, x: -20 }} className="space-y-6" > - +
Zusammenfassung