Skip to content

Commit 17af12f

Browse files
committed
feat: add custom scrollbar styles
1 parent 3bcbd89 commit 17af12f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

apps/website/src/styles/globals.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
isolation: isolate;
2626
}
2727

28+
/* Scrollbar */
29+
* {
30+
scrollbar-width: thin;
31+
scrollbar-color: gray transparent;
32+
}
33+
2834
/* Prose */
2935
.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
3036
@apply decoration-neutral-400 underline-offset-[6px] transition-colors hover:decoration-neutral-600 dark:decoration-neutral-500 dark:hover:decoration-neutral-200;

0 commit comments

Comments
 (0)