Skip to content

Commit

Permalink
Merge pull request #10554 from Nekzuris/patch-2
Browse files Browse the repository at this point in the history
Thin scrollbars for Firefox
  • Loading branch information
1ec5 authored Nov 25, 2024
2 parents 3bda6c7 + d04c3cd commit b5d45e3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5774,8 +5774,11 @@ li.hide + li.version .badge .tooltip .popover-arrow {
background-color: rgba(0,0,0,.05);
}
}
body {
scrollbar-width: 10px;
/* Firefox */
@-moz-document url-prefix() {
* {
scrollbar-width: thin;
}
}


Expand Down

0 comments on commit b5d45e3

Please sign in to comment.