mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Thin scrollbars for Firefox
This commit is contained in:
@@ -5777,6 +5777,12 @@ li.hide + li.version .badge .tooltip .popover-arrow {
|
||||
body {
|
||||
scrollbar-width: 10px;
|
||||
}
|
||||
/* Firefox */
|
||||
@-moz-document url-prefix() {
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Intro walkthrough
|
||||
|
||||
Reference in New Issue
Block a user