Increase scrollbar width by a few px

This commit is contained in:
Mo Bitar
2018-08-19 10:35:30 -05:00
parent e9b7b0ae36
commit 4eec7e3395

View File

@@ -5,7 +5,7 @@
$thumb-width: 4px;
::-webkit-scrollbar {
width: 14px;
width: 17px;
height: 18px;
border-left: 0.5px solid $track-border-color;
}