fix: explicitly style html root scrollbar for Firefox
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -126,6 +126,11 @@
|
||||
background-color: var(--muted-foreground);
|
||||
}
|
||||
|
||||
html {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: var(--border) transparent;
|
||||
}
|
||||
|
||||
.prose h2 {
|
||||
@apply text-2xl font-bold mt-8 mb-4 text-foreground;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user