feat(wizard): widen license lookup panel to 2 cols
All checks were successful
Staging Build / build (push) Successful in 2m55s
All checks were successful
Staging Build / build (push) Successful in 2m55s
This commit is contained in:
@@ -735,15 +735,15 @@ export function OrderWizard({
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
exit={{ opacity: 0, x: -20 }}
|
||||
>
|
||||
<div className="grid grid-cols-1 lg:grid-cols-4 gap-6 items-start">
|
||||
<div className="grid grid-cols-1 lg:grid-cols-6 gap-6 items-start">
|
||||
|
||||
{/* FAR LEFT: License Lookup Panel (sticky) */}
|
||||
<div className="lg:col-span-1 sticky top-6">
|
||||
<div className="lg:col-span-2 sticky top-6">
|
||||
<LicenseLookupPanel />
|
||||
</div>
|
||||
|
||||
{/* CENTER: Sticky stepper + scrollable categories */}
|
||||
<div className="lg:col-span-2 space-y-0">
|
||||
<div className="lg:col-span-3 space-y-0">
|
||||
{/* 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">
|
||||
<p className="text-center text-slate-400 text-sm mb-4">Schritt 3 von 4 — Software konfigurieren</p>
|
||||
|
||||
Reference in New Issue
Block a user