am 810e2889: docs: fix overlapping sidebar bug, but I think this re-introduces a bug in IE where the sidenav position moves slightly left/right during scroll, but it\'s a worthwhile compromise and will investigate a diff solution for that later.

* commit '810e28891457af6e365b839ac584d77277b2e3fa':
  docs: fix overlapping sidebar bug, but I think this re-introduces a bug in IE where the sidenav position moves slightly left/right during scroll, but it's a worthwhile compromise and will investigate a diff solution for that later.
This commit is contained in:
Scott Main 2012-06-27 02:25:12 -07:00 committed by Android Git Automerger
commit 3fa1173ac3

View file

@ -179,7 +179,7 @@ body {
#devdoc-nav.fixed,
#devdoc-nav.fixed a.totop {
left:20px !important;
left:20px; /* !important ... for IE i think */
}