From 9e30a5ee5f8dbb3d5182688d9b04a6ca972a2178 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Thu, 6 May 2021 17:03:37 +0900 Subject: [PATCH] chore: removed custom scrollbar style --- app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 387497e..c9cff4c 100644 --- a/app.css +++ b/app.css @@ -43,7 +43,7 @@ i { width: 20px; } -html * ::-webkit-scrollbar { +/* html * ::-webkit-scrollbar { -webkit-appearance: none; width: 8px; height: 8px; @@ -75,7 +75,7 @@ html * ::-webkit-scrollbar-track { html .dark * ::-webkit-scrollbar-track { background: #2e3338; border-radius: 0; -} +} */ .dark .__multi-value, .dark .__multi-value__label,