Update index.css

This commit is contained in:
talksik
2022-05-18 08:51:04 -05:00
parent 69709a1a05
commit 79bfa4e2e9
+1 -9
View File
@@ -52,7 +52,7 @@ button {
/* custom scrollbar */ /* custom scrollbar */
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 20px; width: 10px;
} }
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
@@ -69,11 +69,3 @@ button {
::-webkit-scrollbar-thumb:hover { ::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf; background-color: #a8bbbf;
} }
.scrollbar-left {
direction: rtl;
}
.direction-ltr {
direction: ltr;
}