Skip to content

Commit

Permalink
Thin scrollbars for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
bhousel committed Nov 27, 2024
1 parent fce5030 commit 5ac888b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions css/80_app.css
Original file line number Diff line number Diff line change
Expand Up @@ -5468,6 +5468,13 @@ li:first-of-type .badge .tooltip .popover-arrow {
}
}

/* Firefox only */
@-moz-document url-prefix() {
* {
scrollbar-width: thin;
}
}


/* Intro walkthrough
----------------------------------------------------- */
Expand Down

0 comments on commit 5ac888b

Please sign in to comment.