feat: sticky header with stepper for step 3, sidebar aligns under header
All checks were successful
Staging Build / build (push) Successful in 2m49s

This commit is contained in:
DanielS
2026-07-10 15:58:14 +02:00
parent 21550f1389
commit d37a6b4348
2 changed files with 14 additions and 6 deletions

View File

@@ -69,7 +69,7 @@ export function SummarySidebar({
prevStep,
}: SummarySidebarProps) {
return (
<div className="sticky top-[24vh] max-h-[70vh] flex flex-col">
<div className="sticky top-32 max-h-[70vh] flex flex-col">
<Card className="glass-dark border-primary/20 backdrop-blur-lg bg-slate-950/75 flex flex-col max-h-[70vh]">
<CardHeader className="shrink-0">
<CardTitle className="text-white">Zusammenfassung</CardTitle>