UX: Take sticky header into account when spacebar scrolling (#20848)

This commit is contained in:
Penar Musaraj
2023-03-27 20:37:01 -04:00
committed by GitHub
parent cab4b2cfba
commit cb92ea3c2b

View File

@@ -61,6 +61,7 @@
// Base Elements
html {
height: 100%;
scroll-padding-top: calc(var(--header-offset, 4em) + 1em);
}
body {