We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29c8137 commit bbc740bCopy full SHA for bbc740b
src/editor/FileSelector.vue
@@ -198,6 +198,13 @@ function horizontalScroll(e: WheelEvent) {
198
background-color: var(--color-branding);
199
}
200
201
+@-moz-document url-prefix() {
202
+ .file-selector {
203
+ scrollbar-width: thin;
204
+ scrollbar-color: var(--color-branding) var(--border);
205
+ }
206
+}
207
+
208
.file-selector.has-import-map .add {
209
margin-right: 10px;
210
0 commit comments