From cbb7bb8103f9a70f14234e56223403b61c02da02 Mon Sep 17 00:00:00 2001 From: KimDoHyun Date: Sun, 1 Jun 2025 21:57:13 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=97=A4=EB=8D=94=20=ED=8C=A8?= =?UTF-8?q?=EB=94=A9=20=EC=A1=B0=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ImgViewerModal.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/components/ImgViewerModal.tsx b/src/components/ImgViewerModal.tsx index 01d5279..9fd459b 100644 --- a/src/components/ImgViewerModal.tsx +++ b/src/components/ImgViewerModal.tsx @@ -143,12 +143,7 @@ const ModalHeader = styled.div` left: 0; right: 0; z-index: 20; - pointer-events: none; - - /* 헤더 요소들만 클릭 가능하게 */ - > * { - pointer-events: auto; - } + padding-top: 45px; `; const HeaderTitle = styled.h1` @@ -174,7 +169,6 @@ const CloseButton = styled.button` height: 44px; backdrop-filter: blur(10px); transition: all 0.2s ease; - &:hover { background: rgba(0, 0, 0, 0.8); transform: scale(1.1); @@ -195,8 +189,6 @@ const MainImage = styled.img` width: 100%; height: 100%; object-fit: contain; - user-select: none; - pointer-events: none; `; const ArrowButton = styled.button<{