Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35bdc163 authored by Joe Fernandez's avatar Joe Fernandez Committed by Android Git Automerger
Browse files

am a066a6a2: am 6f7608cf: am 657b2971: am fa6ee37f: am 53b98761: docs: fix...

am a066a6a2: am 6f7608cf: am 657b2971: am fa6ee37f: am 53b98761: docs: fix sticky header hiding RenderScript reference headings

* commit 'a066a6a2':
  docs: fix sticky header hiding RenderScript reference headings
parents 2c0af31c a066a6a2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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;