mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-01 01:13:17 +01:00
Merge pull request #499 from pathmapper/scrollbar-ff
Firefox scrollbar styling
This commit is contained in:
commit
b35322522f
1 changed files with 4 additions and 0 deletions
|
@ -12,4 +12,8 @@ div:not(.maputnik-toolbar__actions) {
|
||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 2px;
|
padding-right: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Styling for Firefox
|
||||||
|
scrollbar-width: thin;
|
||||||
|
scrollbar-color: #666 #26282e;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue