From a0bf017d332141fe72adc9778154cc5e3972aaac Mon Sep 17 00:00:00 2001 From: LeeMir Date: Sun, 26 Dec 2021 15:46:39 +0900 Subject: [PATCH] =?UTF-8?q?[Design]=20=ED=8C=80=20=EA=B4=80=EB=A6=AC=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=80=20=EC=8A=A4=ED=81=AC=EB=A1=A4?= =?UTF-8?q?=EB=B0=94=20=EC=A7=80=EC=9B=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/templates/UsersTemplate/style.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/templates/UsersTemplate/style.ts b/frontend/src/templates/UsersTemplate/style.ts index c2fbf7b..593c561 100644 --- a/frontend/src/templates/UsersTemplate/style.ts +++ b/frontend/src/templates/UsersTemplate/style.ts @@ -7,4 +7,8 @@ export const ContentContainer = styled.div` background-color: ${ColorCode.BACKGROUND2}; overflow-y: scroll; min-width: 40rem; + + ::-webkit-scrollbar { + display: none; + } `;