Skip to content

Commit 21954a1

Browse files
committed
scrollbar
1 parent e0c48a5 commit 21954a1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

examples/official-site/sqlpage/templates/shell-home.handlebars

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@
6565
--transition-slow: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
6666
}
6767
68+
/* Firefox scrollbar styles */
69+
* {
70+
scrollbar-width: thin;
71+
scrollbar-color: var(--border-medium) var(--bg-primary);
72+
}
73+
6874
/* RESET */
6975
* {
7076
margin: 0;

0 commit comments

Comments
 (0)