made the scrollbar a bit thinner

This commit is contained in:
Jack 2020-06-08 23:27:30 +01:00
parent 324e1376dc
commit c37d486a25

View file

@ -34,7 +34,7 @@ html { overflow-y: scroll; }
/* width */
::-webkit-scrollbar {
width: 15px;
width: 10px;
}
/* Track */