diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-12-02 22:14:19 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-12-02 22:14:19 +0100 |
| commit | 6afff9699a910f72c38e153a4a595e76aee40186 (patch) | |
| tree | 2922dbd8a8ee120bab3f4879b5b675f653936fa0 /src | |
| parent | e0d11f39d81496743ffe2037b0ec09a573948f40 (diff) | |
| download | rust-6afff9699a910f72c38e153a4a595e76aee40186.tar.gz rust-6afff9699a910f72c38e153a4a595e76aee40186.zip | |
Fix search results overlap
Diffstat (limited to 'src')
| -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 { |
