Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
overflow-x: hidden;
}

/* Always reserve the vertical scrollbar's space so the centered, fixed header
doesn't shift when moving between scrolling and non-scrolling pages. */
:global(html) {
scrollbar-gutter: stable;
}

:global(body) {
font-family: var(--font-mono);
/* edge vignette lives in the background layer so it never washes out content */
Expand Down
Loading