fix(frontend): make scrollbar-color track transparent

Fix #9414
This commit is contained in:
tamaina
2023-06-01 12:03:07 +00:00
parent 23f272cc7d
commit eedc8049db
2 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ html {
tab-size: 2;
&, * {
scrollbar-color: var(--scrollbarHandle) inherit;
scrollbar-color: var(--scrollbarHandle) transparent;
scrollbar-width: thin;
&::-webkit-scrollbar {