We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a8fab2 commit dc8366aCopy full SHA for dc8366a
1 file changed
app/assets/main.css
@@ -199,6 +199,14 @@ button {
199
background: #404040;
200
}
201
202
+/* Scrollbar styling for Firefox */
203
+@supports not selector(::-webkit-scrollbar) {
204
+ * {
205
+ scrollbar-width: thin;
206
+ scrollbar-color: var(--border) var(--bg);
207
+ }
208
+}
209
+
210
/* Shiki theme colors */
211
html.light .shiki,
212
html.light .shiki span {
0 commit comments