about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorMazdak Farrokhzad <twingoow@gmail.com>2019-04-19 06:03:13 +0200
committerGitHub <noreply@github.com>2019-04-19 06:03:13 +0200
commitee511f2b9285caf3864cd90ae76fac099349c536 (patch)
tree9fbe87d5a6f1927c934acb843e29e51c073e31d0 /src
parent291e44b3815b95b02bba0bf873351a2b6dfd72b9 (diff)
parent4fed94bf0dcb3a58ec179f0e0248f493c140f6d0 (diff)
downloadrust-ee511f2b9285caf3864cd90ae76fac099349c536.tar.gz
rust-ee511f2b9285caf3864cd90ae76fac099349c536.zip
Rollup merge of #60032 - rust-lang:remove-unwanted-z-index, r=QuietMisdreavus
Remove unwanted z-index change

Fixes #60031.

r? @QuietMisdreavus
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/html/static/rustdoc.css1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css
index 8cf70b9a995..53b08cf5697 100644
--- a/src/librustdoc/html/static/rustdoc.css
+++ b/src/librustdoc/html/static/rustdoc.css
@@ -166,7 +166,6 @@ nav.sub {
 	top: 0;
 	height: 100vh;
 	overflow: auto;
-	z-index: 1;
 }
 
 .sidebar .block > ul > li {