diff --git a/src/content/questionnaire/FormView.tsx b/src/content/questionnaire/FormView.tsx index 0a119bfd9..48adc7eb9 100644 --- a/src/content/questionnaire/FormView.tsx +++ b/src/content/questionnaire/FormView.tsx @@ -42,7 +42,7 @@ const validateSection = (section: string) => typeof map[section] !== 'undefined' const StyledSidebar = styled(Stack)({ position: "sticky", top: "25px", - paddingTop: "45px", + marginTop: "90px", }); const StyledDivider = styled(Divider)({