diff --git a/dotcom-rendering/src/components/FrontSection.tsx b/dotcom-rendering/src/components/FrontSection.tsx index e107b28198..4431e46556 100644 --- a/dotcom-rendering/src/components/FrontSection.tsx +++ b/dotcom-rendering/src/components/FrontSection.tsx @@ -365,6 +365,7 @@ const primaryLevelTopBorder = css` border-top: 2px solid ${schemePalette('--section-border-primary')}; /** Ensures the top border sits above the side borders */ z-index: 1; + height: fit-content; `; const secondaryLevelTopBorder = css`