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

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;