-
Improvement
-
Resolution: Unresolved
-
Medium
-
None
When in the Moodle docs, each pages has a block jump links that bring you further down the page. The problem is, it's unclear if the jump to the anchor worked because the Heading is hidden behind the static header. This can be easily fixed by adding height to the anchor on click:
:target::before
{ content: ""; display: block; height: 40px; }