Merge pull request #77 from SISheogorath/fix/scrolling
Fix hidden header on link
This commit is contained in:
commit
816ed4ebc7
1 changed files with 8 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue