Skip to content

Commit 3685d18

Browse files
making scrollbar always visible, so page doesn't shift. dunno how i missed that before.
1 parent 1c8f4b8 commit 3685d18

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/styles/global.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
@apply dark:text-blog-text dark:border-l-blog-accent;
5555
}
5656

57+
html {
58+
overflow-y: scroll;
59+
}
60+
5761
body {
5862
font-family: var(--font-sans);
5963
@apply bg-slate-50 text-slate-900 dark:bg-blog-bg dark:text-blog-text antialiased;

0 commit comments

Comments
 (0)