Update _scrollbar.scss (#2157)

scroll bar width on windows is almost impossible to see especially in full screen, increased the width by 1px;
This commit is contained in:
Clement 2019-01-04 21:28:02 +05:30 committed by Sean Yesmunt
parent 1c8a81041e
commit 6f67562956

View file

@ -1,5 +1,5 @@
::-webkit-scrollbar {
width: 5px;
width: 6px;
height: 5px;
background-color: transparent;