From 81ff2b24941b7ab32aad31927ec19a2190189d04 Mon Sep 17 00:00:00 2001 From: jongnan Date: Fri, 4 Oct 2024 00:36:53 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B0=88=20=EC=83=81=EC=84=B8=20?= =?UTF-8?q?=EB=A1=9C=EB=9D=A0=20=ED=81=AC=EA=B8=B0=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Projects/Features/MemeDetail/Sources/MemeDetailCardView.swift | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Projects/Features/MemeDetail/Sources/MemeDetailCardView.swift b/Projects/Features/MemeDetail/Sources/MemeDetailCardView.swift index 8a237eb..0a63846 100644 --- a/Projects/Features/MemeDetail/Sources/MemeDetailCardView.swift +++ b/Projects/Features/MemeDetail/Sources/MemeDetailCardView.swift @@ -110,7 +110,9 @@ struct MemeDetailCardView: View { .animationDidFinish { _ in playbackMode = .paused(at: .progress(100)) } - .offset(y: -50) + .frame(width: 200, height: 200, alignment: .center) + .offset(y: -115) + .allowsHitTesting(false) }) .padding(.bottom, 10) .padding(.horizontal, 10)