fix: enable sticky header on changelog and download pages (#8556)

This commit is contained in:
Ryan Vogel
2026-01-15 03:09:23 -05:00
committed by GitHub
parent 972f5ecc7d
commit 1fb611ef0a
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@
font-family: var(--font-mono);
color: var(--color-text);
padding-bottom: 5rem;
overflow-x: hidden;
@media (prefers-color-scheme: dark) {
--color-background: hsl(0, 9%, 7%);

View File

@@ -34,7 +34,6 @@
font-family: var(--font-mono);
color: var(--color-text);
padding-bottom: 5rem;
overflow-x: hidden;
@media (prefers-color-scheme: dark) {
--color-background: hsl(0, 9%, 7%);