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

This reverts commit cb92ea3c2b.

Was causing unexpected scrolling when interacting with the header. Will
investigate.
This commit is contained in:
Penar Musaraj 2023-03-28 11:13:51 -04:00 committed by GitHub
parent 70c0955722
commit f8720a20f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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