From a761521a907d119304aca8da3898b342f0110b44 Mon Sep 17 00:00:00 2001 From: psyeon1120 Date: Tue, 17 Oct 2023 09:25:08 +0900 Subject: [PATCH] =?UTF-8?q?[PDW-44]=20fix:=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=EB=B0=94=20=EC=88=A8=EA=B9=80=20=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index 1676eef..6e21587 100644 --- a/src/index.css +++ b/src/index.css @@ -17,4 +17,8 @@ code { a { text-decoration: none; color: #4c4c4c; +} + +::-webkit-scrollbar { + display: none; } \ No newline at end of file