mirror of
https://github.com/kognise/water.css.git
synced 2025-12-15 19:16:43 +01:00
feat: add scrollbar styles for firefox
This commit is contained in:
parent
863b0d688e
commit
843da175f9
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue