mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-04 03:09:34 +08:00
Add scroll-margin-top to account for sticky header (#16269)
Fixes #16263 Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user