Skip to content

Commit c74cb2a

Browse files
committed
Add Firefox scrollbar-color and scrollbar-width thin
1 parent c8b9907 commit c74cb2a

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/app.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,12 @@ input::placeholder {
446446
color: var(--text-disabled);
447447
}
448448

449-
/* Scrollbar - minimal style */
449+
/* Scrollbar — consistent everywhere */
450+
* {
451+
scrollbar-color: var(--border-focus) transparent;
452+
scrollbar-width: thin;
453+
}
454+
450455
::-webkit-scrollbar {
451456
width: 6px;
452457
height: 6px;

0 commit comments

Comments
 (0)