Skip to content

Commit

Permalink
Issue 187 (#190)
Browse files Browse the repository at this point in the history
* Fixed header overlap of targets

* Fixed header overlap of targets
  • Loading branch information
meyerweb authored Sep 13, 2023
1 parent d557ce9 commit 7e5e7bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/v2.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ html {
max-width: 100vw;
}

:target {
scroll-margin-top: 7rem;
}

@supports not (-ms-ime-align: auto) {
/*
* Resets for <details>/<summary>, see:
Expand Down

0 comments on commit 7e5e7bf

Please sign in to comment.