Skip to content

Commit 310537d

Browse files
committed
Add Firefox scrollbar-color and scrollbar-width thin
1 parent b2df078 commit 310537d

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
@@ -852,7 +852,12 @@ input::placeholder {
852852
background: var(--border);
853853
}
854854

855-
/* Scrollbar */
855+
/* Scrollbar — consistent everywhere */
856+
* {
857+
scrollbar-color: var(--border-focus) transparent;
858+
scrollbar-width: thin;
859+
}
860+
856861
::-webkit-scrollbar {
857862
width: 8px;
858863
height: 8px;

0 commit comments

Comments
 (0)