Increase scrollbars width.

This commit is contained in:
Nicolas Perriault 2017-04-28 11:43:52 +02:00
parent fc08b5c6a9
commit cd50e6a59a
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A

View File

@ -5,7 +5,7 @@ body {
} }
::-webkit-scrollbar { ::-webkit-scrollbar {
width: 8px; width: 10px;
height: 8px height: 8px
} }