Skip to content

Commit e07b32c

Browse files
committed
feat: aesthetic scrollbar
1 parent ea0bc83 commit e07b32c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/global.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@
6969
/* General layout stuff */
7070
html {
7171
height: 100%;
72+
scrollbar-color: rgb(from var(--pico-color) r g b / 20%) transparent;
73+
scrollbar-width: thin;
7274
}
7375
body {
7476
min-height: 100%;

0 commit comments

Comments
 (0)