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

Commit 8d6e31d9 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am c1b340e1: am 927612f4: am 42d6e581: fix the \'to top\' link; it wasn\'t...

am c1b340e1: am 927612f4: am 42d6e581: fix the \'to top\' link; it wasn\'t appearing due to a previous CSS change

* commit 'c1b340e1':
  fix the 'to top' link; it wasn't appearing due to a previous CSS change
parents 4a4205f8 c1b340e1
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -2263,12 +2263,16 @@ a:visited,


/* nav tree */
#side-nav, #devdoc-nav, #swapper,
#side-nav, #swapper,
#nav-tree, #tree-list {
  overflow:hidden;
  margin-left:0;
}

#devdoc-nav {
  overflow:visible !important; /* To keep the "to top" button visible */
}

#nav-tree ul {
  list-style:none;
  padding:0;