mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-12-28 17:11: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-right: 2px;
|
||||
}
|
||||
|
||||
// Styling for Firefox
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: #666 #26282e;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue