Skip to content

Commit 415f4ca

Browse files
committed
Add Firefox scrollbar-color and scrollbar-width thin
1 parent 92473c9 commit 415f4ca

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
@@ -725,7 +725,12 @@ input::placeholder {
725725
background: var(--border);
726726
}
727727

728-
/* Scrollbar */
728+
/* Scrollbar — consistent everywhere */
729+
* {
730+
scrollbar-color: var(--border-focus) transparent;
731+
scrollbar-width: thin;
732+
}
733+
729734
::-webkit-scrollbar {
730735
width: 8px;
731736
height: 8px;

0 commit comments

Comments
 (0)