Merge pull request #499 from pathmapper/scrollbar-ff

Firefox scrollbar styling
This commit is contained in:
pathmapper 2019-04-15 07:48:15 +02:00 committed by GitHub
commit b35322522f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,4 +12,8 @@ div:not(.maputnik-toolbar__actions) {
padding-left: 2px;
padding-right: 2px;
}
// Styling for Firefox
scrollbar-width: thin;
scrollbar-color: #666 #26282e;
}