mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2025-01-30 23:05:28 +01:00
Firefox scrollbar styling
This commit is contained in:
parent
c4ec77c911
commit
6a605571e0
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