We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95722b commit 0fbcc80Copy full SHA for 0fbcc80
dotcom-rendering/src/components/SeriesSectionLink.tsx
@@ -367,12 +367,12 @@ export const SeriesSectionLink = ({
367
background-color: ${themePalette(
368
'--series-title-background',
369
)};
370
- position: relative;
371
- z-index: ${getZIndex('articleHeadline')};
372
`,
373
format.design === ArticleDesign.Gallery &&
374
css`
375
display: inline-block;
+ position: relative;
+ z-index: ${getZIndex('articleHeadline')};
376
377
format.display === ArticleDisplay.Immersive &&
378
0 commit comments