minor update for scrollbar - fix #666

This commit is contained in:
btzr-io 2017-10-11 21:05:57 -06:00
parent e18ba31988
commit 6eff0b46dd

View file

@ -1,12 +1,12 @@
::-webkit-scrollbar {
width: 7px;
width: 8px;
overflow: auto;
}
::-webkit-scrollbar-track {
background: var(--scrollbar-track-bg);
border-radius: var(--scrollbar-radius);
margin: 4px 0;
margin: 4px;
}
::-webkit-scrollbar-thumb {