make sure skip link scroll accounts for sticky header (#12747)
This commit is contained in:
parent
1fb86379f0
commit
5038b7160c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue