Take into account an offset for the menu bar on anchor targets (#22451)

This commit is contained in:
Franck Nijhof 2022-04-20 20:10:09 +02:00 committed by GitHub
parent 41e177fe51
commit b8ba36713f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -771,3 +771,10 @@ a.my {
border: 0px;
}
}
:target {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}