fix scrollbar color on transparent areas

This commit is contained in:
sparks-alec
2023-06-11 22:49:26 -04:00
parent 719e5fce41
commit eb1d120345
+2 -2
View File
@@ -372,12 +372,12 @@ body :not(input):not(select):not(textarea) {
}
::-webkit-scrollbar {
background-color: black;
/* background-color: black; */
width: 12px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-corner {
background-color: #2b2b2b;
background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
background-color: #6b6b6b;