diff --git a/src/components/templates/WizardLayout/WizardLayout.tsx b/src/components/templates/WizardLayout/WizardLayout.tsx index 149a30b..0cf6523 100644 --- a/src/components/templates/WizardLayout/WizardLayout.tsx +++ b/src/components/templates/WizardLayout/WizardLayout.tsx @@ -263,14 +263,23 @@ const DetailTogglesLayout: React.FC<{ secondaryPanel?: React.ReactNode; backLink?: React.ReactNode; }> = ({ children, secondaryPanel, backLink }) => ( - + {/* Left panel — scrollable content */}