Skip to content

Commit

Permalink
Merge pull request kognise#202 from kognise/feat/scrollbar-firefox
Browse files Browse the repository at this point in the history
feat: scrollbar styles for firefox
  • Loading branch information
kognise authored May 31, 2020
2 parents 863b0d6 + 843da17 commit 1f99994
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/parts/_base.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
html {
scrollbar-color: var(--scrollbar-thumb) var(--background-body);
scrollbar-width: thin;
}

body {
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'Segoe UI Emoji', 'Apple Color Emoji', 'Noto Color Emoji', sans-serif;
line-height: 1.4;
Expand Down

0 comments on commit 1f99994

Please sign in to comment.