From d9c53e17608993551fe6918e871b83706bac0390 Mon Sep 17 00:00:00 2001 From: Jeon Eonseok Date: Mon, 29 Jul 2024 21:28:04 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20read=20only=20=EC=8B=9C=20=EB=A7=88?= =?UTF-8?q?=EC=9A=B0=EC=8A=A4=20=ED=81=B4=EB=A6=AD=20=EC=9D=B4=EB=B2=A4?= =?UTF-8?q?=ED=8A=B8=20=EC=B0=A8=EB=8B=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/components/Input/components/InputLine/style.css.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/components/Input/components/InputLine/style.css.ts b/src/common/components/Input/components/InputLine/style.css.ts index 157889e3..eb907129 100644 --- a/src/common/components/Input/components/InputLine/style.css.ts +++ b/src/common/components/Input/components/InputLine/style.css.ts @@ -41,6 +41,7 @@ const input = style({ backgroundColor: theme.color.subBackground, color: theme.color.lighterText, boxShadow: 'none', + pointerEvents: 'none', }, }, });