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; -}