forked from forgejo/forgejo
Add scroll-margin-top to account for sticky header (#16269)
Fixes #16263 Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
f533b5d5cf
commit
eee03ae90a
2 changed files with 9 additions and 1 deletions
|
@ -173,3 +173,11 @@ a.blob-excerpt:hover {
|
|||
.review-box > .segment {
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.pull.files.diff [id] {
|
||||
scroll-margin-top: 99px;
|
||||
|
||||
@media @mediaMdAndDown {
|
||||
scroll-margin-top: 130px;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue