Merge pull request #627 from orangemug/fix/make-scrollbar-wider

Wider scrollbar
This commit is contained in:
pathmapper 2020-03-29 13:55:55 +02:00 committed by GitHub
commit a0bc4744a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
div:not(.maputnik-toolbar__actions) {
&::-webkit-scrollbar {
background-color: #26282e;
width: 5px;
width: 8px;
height: 8px;
}
&::-webkit-scrollbar-thumb {