make sure skip link scroll accounts for sticky header (#12747)

This commit is contained in:
Suzanne Aitchison 2021-02-22 10:28:15 +00:00 committed by GitHub
parent 1fb86379f0
commit 5038b7160c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,6 +44,10 @@ body {
padding-top: var(--header-height);
min-height: calc(100vh - var(--header-height));
}
#main-content {
scroll-margin-top: var(--header-height);
}
}
.wrapper {