pyricau.github.com
pyricau.github.com copied to clipboard
Obstructed content
The trick you use to be able to deep-link into an article obstructs the area above the heading.
Try clicking on the word "software" at:
By the way, if you need excellent quality software translation, I know someone that's been translating software for more than 25 years. Yes, he is my father :) . -- http://www.piwai.info/android-string-placeholders/

To work around this you can minimize the impact of the "offset because overlay menu" hack:
*:target::before {
content: " ";
width: 0;
height: 0;
display: block;
padding-top: 50px;
margin-top: -50px;
}
- This will only add fake padding-margin when needed
- The fake padding-margin area is not clickable
You can try this solution at http://www.twisterrob.net/project/inventory/ and you can find source here.