From bddc55d7b70114d4051e94a6b322c1e6d81b28b3 Mon Sep 17 00:00:00 2001 From: heeone1 Date: Sat, 25 Oct 2025 03:43:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20[FIX]=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=20=EC=95=88=EB=90=98=EA=B2=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/works/FrameCard.tsx | 4 ++-- src/index.css | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/components/works/FrameCard.tsx b/src/components/works/FrameCard.tsx index d3a588f..2bb03bd 100644 --- a/src/components/works/FrameCard.tsx +++ b/src/components/works/FrameCard.tsx @@ -134,7 +134,7 @@ export default function FrameCard({ {/* 사진 */}
diff --git a/src/index.css b/src/index.css index bd78729..f39530d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,6 +5,14 @@ /* background-color: #f7f8f9; */ } +.no-drag { + -webkit-user-drag: none; + user-drag: none; +} +.no-callout { + -webkit-touch-callout: none; +} + @font-face { font-family: Pretendard; font-style: normal;