From 8649b3b199242ae0c023dcb52165cc5779aa7c7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A1=B0=EC=8A=B9=EC=9A=B0?= Date: Tue, 23 Jul 2024 14:40:52 +0900 Subject: [PATCH] =?UTF-8?q?feat(view):=20tooltip=EC=97=90=20pointer-events?= =?UTF-8?q?=20=EC=86=8D=EC=84=B1=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/Statistics/AuthorBarChart/AuthorBarChart.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.scss b/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.scss index 27090e47..46964497 100644 --- a/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.scss +++ b/packages/view/src/components/Statistics/AuthorBarChart/AuthorBarChart.scss @@ -88,6 +88,7 @@ line-height: 1.5; border-radius: 5px; color: $gray-900; + pointer-events: none; .selected { color: var(--primary-color);