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

Commit 42d6e581 authored by Scott Main's avatar Scott Main
Browse files

fix the 'to top' link; it wasn't appearing due to a previous CSS change

Change-Id: I00aa080982f5e5d90fd6abcf6e19d41d1727b444
parent afc4db3b
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;