1
0
This commit is contained in:
2024-04-06 07:34:07 +09:00
parent 5c9aa3a764
commit 9d36efb809
2 changed files with 22 additions and 1 deletions

View File

@ -1130,3 +1130,24 @@ li.commit {
text-align: center;
color: #fff;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
display: none;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 30px;
background-color: transparent;
}
::-webkit-scrollbar-track-piece {
background-color: #3b3b3b;
-webkit-border-radius: 16px;
}
::-webkit-scrollbar-thumb:vertical {
height: 50px;
background-color: #666;
border: 1px solid #eee;
-webkit-border-radius: 6px;
}