mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-11 00:33:38 +00:00
fix scrollbar color on transparent areas
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user