[fix] sidebar gap on pc

This commit is contained in:
kwaroran
2023-07-26 07:08:10 +09:00
parent 069236650a
commit 0398519633
2 changed files with 5 additions and 3 deletions

View File

@@ -61,12 +61,12 @@ html, body{
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
background: rgba(136, 136, 136, 0.5);
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
background: rgba(85, 85, 85, 0.5);
}
*{