fix(wizard): give summary sidebar equal 2/6 col width
All checks were successful
Staging Build / build (push) Successful in 2m34s

This commit is contained in:
DanielS
2026-07-14 16:55:45 +02:00
parent c30505de05
commit 2e30974aed

View File

@@ -743,7 +743,7 @@ export function OrderWizard({
</div> </div>
{/* CENTER: Sticky stepper + scrollable categories */} {/* CENTER: Sticky stepper + scrollable categories */}
<div className="lg:col-span-3 space-y-0"> <div className="lg:col-span-2 space-y-0">
{/* Sticky stepper header — only covers center column */} {/* Sticky stepper header — only covers center column */}
<div className="sticky top-0 z-20 bg-slate-950/80 backdrop-blur-md pb-4 pt-6 border-b border-white/5 mb-6"> <div className="sticky top-0 z-20 bg-slate-950/80 backdrop-blur-md pb-4 pt-6 border-b border-white/5 mb-6">
<p className="text-center text-slate-400 text-sm mb-4">Schritt 3 von 4 Software konfigurieren</p> <p className="text-center text-slate-400 text-sm mb-4">Schritt 3 von 4 Software konfigurieren</p>
@@ -768,7 +768,7 @@ export function OrderWizard({
</div> </div>
{/* RIGHT: Summary sidebar (sticky) */} {/* RIGHT: Summary sidebar (sticky) */}
<div className="lg:col-span-1 sticky top-6"> <div className="lg:col-span-2 sticky top-6">
<SummarySidebar <SummarySidebar
visibleCategories={visibleCategories} visibleCategories={visibleCategories}
selections={selections} selections={selections}