Merge pull request #77 from SISheogorath/fix/scrolling

Fix hidden header on link
This commit is contained in:
Sheogorath 2019-05-25 20:41:54 +02:00 committed by GitHub
commit 816ed4ebc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -384,6 +384,14 @@ small .dropdown a:focus, small .dropdown a:hover {
color: #eee;
}
*[id]:before {
display: block;
content: " ";
margin-top: -55px;
height: 55px;
visibility: hidden;
}
@media print {
div, table, img, pre, blockquote {
page-break-inside: avoid !important;