fix(control): wrong scrollbar behavior in notifications

This commit is contained in:
E44
2026-01-12 20:03:59 +01:00
parent ea2f063991
commit d3f8a0134b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@
}
}
main {
html {
scrollbar-width: thin;
scrollbar-color: var(--color-stone-300) transparent;
}