diff options
| author | Corey Farwell <coreyf@rwell.org> | 2017-12-03 17:43:47 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-03 17:43:47 -0500 |
| commit | 7c4f74d16e80a584a648425b9dec1b413d0584cf (patch) | |
| tree | e530b5f0345481a18719c96724b2c31afe605f5b | |
| parent | 697c5ba0d93ca877acafedfa1f9588ae720ac418 (diff) | |
| parent | 6afff9699a910f72c38e153a4a595e76aee40186 (diff) | |
| download | rust-7c4f74d16e80a584a648425b9dec1b413d0584cf.tar.gz rust-7c4f74d16e80a584a648425b9dec1b413d0584cf.zip | |
Rollup merge of #46454 - GuillaumeGomez:search-overlap, r=QuietMisdreavus
Fix search results overlap Fixes #46434. r? @QuietMisdreavus
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 7efe7e1ae3e..679f5f6e3fd 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -179,6 +179,7 @@ nav.sub { top: 0; height: 100vh; overflow: auto; + z-index: 1; } .sidebar .current { |
