style: restructure step 4 layout into scrollable columns
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user