summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2019-04-17 10:42:10 +0200
committerGitHub <noreply@github.com>2019-04-17 10:42:10 +0200
commit4fed94bf0dcb3a58ec179f0e0248f493c140f6d0 (patch)
treecb89c1add43fd82b71cea8496865284f856e5d5a
parent258e3b3a75a0da006cd492307fc46ef605e774ad (diff)
downloadrust-remove-unwanted-z-index.tar.gz
Remove unwanted z-index changeremove-unwanted-z-index
-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 {