From 626786a008fc2198bdbba6f2ee5f5f1adecb8b80 Mon Sep 17 00:00:00 2001 From: Jiang Menghao Date: Sat, 26 Mar 2022 18:55:42 +0800 Subject: [PATCH] =?UTF-8?q?fix(components/DailyTracksCard):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E4=BA=86=E6=AF=8F=E6=97=A5=E6=8E=A8=E8=8D=90=E5=9C=A8?= =?UTF-8?q?=20Safari=20=E4=B8=8D=E6=98=BE=E7=A4=BA=E5=9C=86=E8=A7=92?= =?UTF-8?q?=E7=9A=84bug=20(#1444)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DailyTracksCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DailyTracksCard.vue b/src/components/DailyTracksCard.vue index fd584f1..6b8bfd0 100644 --- a/src/components/DailyTracksCard.vue +++ b/src/components/DailyTracksCard.vue @@ -84,6 +84,7 @@ export default { cursor: pointer; position: relative; overflow: hidden; + z-index: 1; } img {