style: restructure step 4 layout into scrollable columns

This commit is contained in:
DanielS
2026-08-10 23:54:41 +02:00
parent cab64028f6
commit 696528283a
2 changed files with 142 additions and 105 deletions

View File

@@ -1113,7 +1113,7 @@ export function OrderWizard({
initial={{ opacity: 0, scale: 0.98 }}
animate={{ opacity: 1, scale: 1 }}
exit={{ opacity: 0, scale: 0.98 }}
className="w-full"
className="h-[calc(100vh-140px)] overflow-hidden w-full"
>
<StepSummary
finalItemsToShow={finalItemsToShow}