From d000807909c1a09916f95d978b3f2e8416901677 Mon Sep 17 00:00:00 2001 From: Nan Kyung Lee Date: Fri, 20 Mar 2026 08:54:32 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A4=91=EA=B5=AD=EC=96=B4=EC=84=A0?= =?UTF-8?q?=EA=B0=90=EC=8B=9C=20=EC=A7=80=EB=8F=84=20=EB=A9=88=EC=B6=A4=20?= =?UTF-8?q?=ED=95=B4=EA=B2=B0=20=E2=80=94=20=EB=A7=88=EC=BB=A4=20=EC=88=98?= =?UTF-8?q?=20=EC=A0=9C=ED=95=9C=20+=20=EC=9D=B4=EB=B2=A4=ED=8A=B8=20?= =?UTF-8?q?=EC=B0=A8=EB=8B=A8=20CSS,=20=ED=83=91=EB=A9=94=EB=89=B4=20?= =?UTF-8?q?=EB=B6=88=EB=B2=95=EC=96=B4=EC=84=A0=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.css | 5 +++ frontend/src/App.tsx | 9 ---- .../korea/ChineseFishingOverlay.tsx | 41 +++++++++---------- 3 files changed, 25 insertions(+), 30 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index 231350f..de8a637 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -1881,6 +1881,11 @@ border-top-color: rgba(10, 10, 26, 0.96) !important; } +/* 중국어선 오버레이 마커 — 이벤트 차단 */ +.maplibregl-marker:has(.cn-fishing-no-events) { + pointer-events: none; +} + .gl-popup .maplibregl-popup-close-button, .event-popup .maplibregl-popup-close-button { color: #aaa !important; diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index f004236..b7fa6c5 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -253,15 +253,6 @@ function AuthenticatedApp({ user, onLogout }: AuthenticatedAppProps) { {dashboardTab === 'korea' && (
-