From 79bfa4e2e92bab89f001bd34eb2e413c608abbf6 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 18 May 2022 08:51:04 -0500 Subject: [PATCH] Update index.css --- packages/desktop/src/styles/index.css | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/packages/desktop/src/styles/index.css b/packages/desktop/src/styles/index.css index 5439243..835dbd6 100644 --- a/packages/desktop/src/styles/index.css +++ b/packages/desktop/src/styles/index.css @@ -52,7 +52,7 @@ button { /* custom scrollbar */ ::-webkit-scrollbar { - width: 20px; + width: 10px; } ::-webkit-scrollbar-track { @@ -69,11 +69,3 @@ button { ::-webkit-scrollbar-thumb:hover { background-color: #a8bbbf; } - -.scrollbar-left { - direction: rtl; -} - -.direction-ltr { - direction: ltr; -}