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

Commit 3fa1173a authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 810e2889: docs: fix overlapping sidebar bug, but I think this re-introduces...

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 '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.
parents dfc602e0 810e2889
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ body {

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