* commit 'fa6ee37fae42ef08ebcb63dcaf8122f0f6f5311a': docs: fix sticky header hiding RenderScript reference headings
This commit is contained in:
commit
657b2971f8
1 changed files with 2 additions and 1 deletions
|
@ -4228,7 +4228,8 @@ EndColorStr='#ececec');
|
|||
}
|
||||
|
||||
/* offset the <a name=""> tags to account for sticky nav */
|
||||
body.reference a[name] {
|
||||
body.reference a[name],
|
||||
div.renderscript a[name] {
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in a new issue