Skip to content

Commit 134486e

Browse files
committed
Remove z-index from slideshow footer
1 parent c5ca05e commit 134486e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dotcom-rendering/src/components/SlideshowCarousel.importable.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,6 @@ const navigationStyles = (hasBackgroundColour: boolean) => css`
8080
display: flex;
8181
align-items: center;
8282
padding-top: ${space[2]}px;
83-
position: relative;
84-
z-index: ${getZIndex('card-nested-link')};
8583
8684
${until.tablet} {
8785
background-color: ${hasBackgroundColour

0 commit comments

Comments
 (0)