mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-21 13:06:01 +08:00
rounded the scrollbar a bit
This commit is contained in:
parent
406ce02756
commit
41896b79d9
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ html { overflow-y: scroll; }
|
|||
::-webkit-scrollbar-thumb {
|
||||
background: var(--sub-color);
|
||||
transition: .25s;
|
||||
border-radius: 2px !important;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
|
|
Loading…
Add table
Reference in a new issue