Skip to content

Commit 60b0481

Browse files
committed
feat: add scrollbar styling for Firefox
1 parent 0df32a3 commit 60b0481

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/assets/main.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,14 @@ button {
173173
background: #404040;
174174
}
175175

176+
/* Scrollbar styling for Firefox */
177+
@supports not selector(::-webkit-scrollbar) {
178+
* {
179+
scrollbar-width: thin;
180+
scrollbar-color: var(--border) var(--bg);
181+
}
182+
}
183+
176184
/* Shiki theme colors */
177185
html.light .shiki,
178186
html.light .shiki span {

0 commit comments

Comments
 (0)