Skip to content

Commit

Permalink
client: Improve Firefox scrollbar background
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Aug 16, 2024
1 parent fa4b890 commit 12756a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/stylesheets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ li.dropdown-submenu:hover > ul.dropdown-menu {

body {
/* FF basic styling */
scrollbar-color: var(--scrollbar-border-color) var(--scrollbar-background-color);
scrollbar-color: var(--scrollbar-background-color) transparent;
}

@supports selector(::-webkit-scrollbar) {
Expand Down

0 comments on commit 12756a1

Please sign in to comment.