diff options
| author | Jack Huey <31162821+jackh726@users.noreply.github.com> | 2021-04-29 19:27:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 19:27:24 -0400 |
| commit | 92c95916c18489a88e375b3a0cf267418e5c8c9b (patch) | |
| tree | 9100f40f5a3d214d1f3f652392eebf4e6b02e298 | |
| parent | 15582fcd143250ebe25e25ac1ba3a88e90cf5bfd (diff) | |
| parent | 8c0469552e879f6319f8f96db660bab9eae1de5c (diff) | |
| download | rust-92c95916c18489a88e375b3a0cf267418e5c8c9b.tar.gz rust-92c95916c18489a88e375b3a0cf267418e5c8c9b.zip | |
Rollup merge of #84688 - GuillaumeGomez:remove-unnecessary-css-for-search-results, r=Nemo157
Remove unnecessary CSS rules for search results Discovered that this was useless when working on https://github.com/rust-lang/docs.rs/issues/1382. r? ````````@Nemo157````````
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 7a49025f9b2..1c5c9fe2e1c 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -388,13 +388,6 @@ nav.sub { position: relative; } -#results { - position: absolute; - right: 0; - left: 0; - overflow: auto; -} - #results > table { width: 100%; table-layout: fixed; |
