fix: make scrollbars visible, fixed #2437, #2411

This commit is contained in:
liyasthomas
2022-06-18 18:14:02 +05:30
parent c1cc1ce295
commit 8fefd37862

View File

@@ -15,6 +15,7 @@
::-webkit-scrollbar-track { ::-webkit-scrollbar-track {
@apply bg-transparent; @apply bg-transparent;
@apply border-solid border-l border-t-0 border-b-0 border-r-0 border-dividerLight;
} }
::-webkit-scrollbar-thumb { ::-webkit-scrollbar-thumb {
@@ -27,17 +28,17 @@
::-webkit-scrollbar { ::-webkit-scrollbar {
@apply w-4; @apply w-4;
@apply h-4; @apply h-0;
} }
.hide-scrollbar { // .hide-scrollbar {
-ms-overflow-style: none; // -ms-overflow-style: none;
scrollbar-width: none; // scrollbar-width: none;
} // }
.hide-scrollbar::-webkit-scrollbar { // .hide-scrollbar::-webkit-scrollbar {
@apply hidden; // @apply hidden;
} // }
input::placeholder, input::placeholder,
textarea::placeholder, textarea::placeholder,