fixing somethings but just a mess

This commit is contained in:
talksik
2022-05-18 08:45:44 -05:00
parent 61c8930a7f
commit 69709a1a05
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -69,3 +69,11 @@ button {
::-webkit-scrollbar-thumb:hover {
background-color: #a8bbbf;
}
.scrollbar-left {
direction: rtl;
}
.direction-ltr {
direction: ltr;
}