fix: firefox scrollbar style
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
f8209b43ff
commit
f4956ea294
|
|
@ -6,6 +6,12 @@ html {
|
|||
--header-height: auto;
|
||||
/* Accent color for form controls */
|
||||
accent-color: var(--theme-color);
|
||||
|
||||
/* make app like native app in mobile */
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
/* for firefox */
|
||||
scrollbar-color: var(--theme-color) transparent;
|
||||
scrollbar-width: thin;
|
||||
}
|
||||
|
||||
html.dark {
|
||||
|
|
|
|||
Loading…
Reference in New Issue