Skip to content

Commit 8c31f71

Browse files
Update dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx
Co-authored-by: Jamie B <[email protected]>
1 parent d82929e commit 8c31f71

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -243,18 +243,20 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
243243
</>
244244
)}
245245
{isApps && format.theme === ArticleSpecial.Labs && (
246-
<Stuck>
247-
<Section
248-
fullWidth={true}
249-
showTopBorder={false}
250-
padSides={true}
251-
backgroundColour={sourcePalette.labs[400]}
252-
borderColour={sourcePalette.neutral[60]}
253-
sectionId="labs-header"
254-
>
255-
<LabsHeader editionId={editionId} />
256-
</Section>
257-
</Stuck>
246+
<header>
247+
<Stuck>
248+
<Section
249+
fullWidth={true}
250+
showTopBorder={false}
251+
padSides={true}
252+
backgroundColour={sourcePalette.labs[400]}
253+
borderColour={sourcePalette.neutral[60]}
254+
sectionId="labs-header"
255+
>
256+
<LabsHeader editionId={editionId} />
257+
</Section>
258+
</Stuck>
259+
</header>
258260
)}
259261

260262
<Section

0 commit comments

Comments
 (0)