This commit is contained in:
zk
2023-11-21 17:51:20 +08:00
parent e73c95296c
commit 330154ae42
35 changed files with 60 additions and 8 deletions
+19
View File
@@ -0,0 +1,19 @@
*::-webkit-scrollbar {
width: 12px;
height: 12px;
}
*::-webkit-scrollbar-button {
width: 0;
height: 0;
display: none;
}
*::-webkit-scrollbar-corner {
background-color: transparent;
}
*::-webkit-scrollbar-thumb {
border: 4px solid rgba(0, 0, 0, 0);
height: 6px;
border-radius: 25px;
background-clip: padding-box;
background-color: rgba(0, 0, 0, 0.30);
}