Skip to content

Commit dbcf92e

Browse files
Legacy global stylings on web and apps
1 parent 53d2b9a commit dbcf92e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dotcom-rendering/src/layouts/FullPageInteractiveLayout.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ export const FullPageInteractiveLayout = (props: WebProps | AppsProps) => {
206206

207207
return (
208208
<>
209+
{article.isLegacyInteractive && (
210+
<Global styles={interactiveGlobalStyles} />
211+
)}
209212
{isWeb && (
210213
<>
211-
{article.isLegacyInteractive && (
212-
<Global styles={interactiveGlobalStyles} />
213-
)}
214214
<header
215215
css={css`
216216
background-color: ${themePalette(

0 commit comments

Comments
 (0)