diff options
| author | John Heitmann <jheitmann@gmail.com> | 2018-12-18 13:55:30 -0800 |
|---|---|---|
| committer | John Heitmann <jheitmann@gmail.com> | 2018-12-18 13:55:30 -0800 |
| commit | 1182f09b1cf613ce316ad668db9735c9355979cd (patch) | |
| tree | b86a398d5b1fcaf2f7ad3cf4c63fd04e1135e7d0 | |
| parent | c9bb68f5ae5cc297246a084a2cd589787d1ee315 (diff) | |
| download | rust-1182f09b1cf613ce316ad668db9735c9355979cd.tar.gz rust-1182f09b1cf613ce316ad668db9735c9355979cd.zip | |
Fix mobile menu rendering collision with tooltip.
Bring the mobile-mode menu in front of the ⓘ icon.
| -rw-r--r-- | src/librustdoc/html/static/rustdoc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/rustdoc.css b/src/librustdoc/html/static/rustdoc.css index 01d2cbec192..1480c54ce40 100644 --- a/src/librustdoc/html/static/rustdoc.css +++ b/src/librustdoc/html/static/rustdoc.css @@ -997,7 +997,7 @@ span.since { margin-left: -15px; padding: 0 15px; position: static; - z-index: 1; + z-index: 11; } .sidebar > .location { |
