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

Commit 927612f4 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

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

* commit '42d6e581':
  fix the 'to top' link; it wasn't appearing due to a previous CSS change
parents c694cf89 42d6e581
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;