diff --git a/src/components/Card/Card.module.scss b/src/components/Card/Card.module.scss index 40b5e8abe..1d7678662 100644 --- a/src/components/Card/Card.module.scss +++ b/src/components/Card/Card.module.scss @@ -155,6 +155,7 @@ $aspects: ((1, 1), (2, 1), (2, 3), (4, 3), (5, 3), (16, 9), (9, 16)); .meta { position: absolute; bottom: 0; + z-index: 1; display: flex; justify-content: flex-end; align-items: center; diff --git a/src/components/Card/Card.tsx b/src/components/Card/Card.tsx index 0e91aadb7..f88bd2fd1 100644 --- a/src/components/Card/Card.tsx +++ b/src/components/Card/Card.tsx @@ -79,13 +79,13 @@ function Card({ aria-label={t('play_item', { title })} >