Skip to content

Commit 910f2d9

Browse files
Add z-index to headline
1 parent 847b0a6 commit 910f2d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

dotcom-rendering/src/components/ArticleHeadline.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,8 @@ const galleryStyles = css`
397397
${grid.between('grid-start', 'centre-column-end')}
398398
399399
grid-row: 7/9;
400+
position: relative;
401+
z-index: 2;
400402
401403
${from.tablet} {
402404
${grid.between('centre-column-start', 'grid-end')};

dotcom-rendering/src/components/MainMediaGallery.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ const styles = css`
2222
position: relative;
2323
height: calc(80vh - 48px);
2424
grid-row: 1/8;
25+
z-index: 0;
2526
${from.desktop} {
2627
height: calc(100vh - 48px);
2728
}

0 commit comments

Comments
 (0)