Skip to content

Commit 0fbcc80

Browse files
use getZIndex in the right place
1 parent a95722b commit 0fbcc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dotcom-rendering/src/components/SeriesSectionLink.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,12 +367,12 @@ export const SeriesSectionLink = ({
367367
background-color: ${themePalette(
368368
'--series-title-background',
369369
)};
370-
position: relative;
371-
z-index: ${getZIndex('articleHeadline')};
372370
`,
373371
format.design === ArticleDesign.Gallery &&
374372
css`
375373
display: inline-block;
374+
position: relative;
375+
z-index: ${getZIndex('articleHeadline')};
376376
`,
377377
format.display === ArticleDisplay.Immersive &&
378378
css`

0 commit comments

Comments
 (0)