rounded the scrollbar a bit

This commit is contained in:
Jack 2020-06-08 21:45:28 +01:00
parent 406ce02756
commit 41896b79d9

View file

@ -46,6 +46,7 @@ html { overflow-y: scroll; }
::-webkit-scrollbar-thumb {
background: var(--sub-color);
transition: .25s;
border-radius: 2px !important;
}
/* Handle on hover */