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:
commit
3fa1173ac3
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ body {
|
|||
|
||||
#devdoc-nav.fixed,
|
||||
#devdoc-nav.fixed a.totop {
|
||||
left:20px !important;
|
||||
left:20px; /* !important ... for IE i think */
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue