fix: firefox scrollbar style

Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
Innei 2023-04-13 23:56:20 +08:00
parent f8209b43ff
commit f4956ea294
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 6 additions and 0 deletions

View File

@ -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 {