about summary refs log tree commit diff
path: root/src/librustdoc/html/static/rustdoc.css
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-12-19 11:47:23 +0100
committerGitHub <noreply@github.com>2018-12-19 11:47:23 +0100
commit1ba6ec4a327d978471cdac31d17d9202106b15bd (patch)
treedbbc5ace08324938961331a36e543ee11b9cae3d /src/librustdoc/html/static/rustdoc.css
parent6dca15c0b7cf21fee5bfd2231ed9593f870a0f7e (diff)
parent1182f09b1cf613ce316ad668db9735c9355979cd (diff)
downloadrust-1ba6ec4a327d978471cdac31d17d9202106b15bd.tar.gz
rust-1ba6ec4a327d978471cdac31d17d9202106b15bd.zip
Rollup merge of #56959 - JohnHeitmann:mobile-z-fix, r=GuillaumeGomez
Fix mobile menu rendering collision with tooltip.

Bring the mobile-mode menu in front of the ⓘ icon.

Here's what the bug looks like:

![screen shot 2018-12-18 at 1 53 46 pm](https://user-images.githubusercontent.com/4282480/50185501-cbf62180-02cc-11e9-927e-3c6469901323.png)
Diffstat (limited to 'src/librustdoc/html/static/rustdoc.css')
-rw-r--r--src/librustdoc/html/static/rustdoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 01d2cbec192..1480c54ce40 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -997,7 +997,7 @@ span.since {
 		margin-left: -15px;
 		padding: 0 15px;
 		position: static;
-		z-index: 1;
+		z-index: 11;
 	}
 
 	.sidebar > .location {