From ce92ceacc00065e421b29dc09c0817d17b4b4924 Mon Sep 17 00:00:00 2001 From: JJongBin Date: Mon, 12 Dec 2022 00:15:18 +0900 Subject: [PATCH] =?UTF-8?q?[design]=20#179=20=EB=8F=84=EC=9B=80=EB=A7=90?= =?UTF-8?q?=20=EC=8A=A4=ED=81=AC=EB=A1=A4=EB=B0=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/component/Info/info.styled.ts | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/frontend/src/component/Info/info.styled.ts b/frontend/src/component/Info/info.styled.ts index 6846e3b..993f100 100644 --- a/frontend/src/component/Info/info.styled.ts +++ b/frontend/src/component/Info/info.styled.ts @@ -117,7 +117,14 @@ export const content = css` padding: 5px; ::-webkit-scrollbar { - display: none; + width: 10px; + } + + ::-webkit-scrollbar-thumb { + background: rgba(0, 0, 0, 0.1); + background-clip: padding-box; + border: 2px solid transparent; + border-radius: 10px; } `;