docs: fix sticky header hiding RenderScript reference headings
b/20637508 Change-Id: I64996db4fc986cbe0f4506b5524a708a9e14cbc8
This commit is contained in:
@@ -4228,7 +4228,8 @@ EndColorStr='#ececec');
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* offset the <a name=""> tags to account for sticky nav */
|
/* offset the <a name=""> tags to account for sticky nav */
|
||||||
body.reference a[name] {
|
body.reference a[name],
|
||||||
|
div.renderscript a[name] {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
display: block;
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
Reference in New Issue
Block a user