From 1182f09b1cf613ce316ad668db9735c9355979cd Mon Sep 17 00:00:00 2001 From: John Heitmann Date: Tue, 18 Dec 2018 13:55:30 -0800 Subject: [PATCH] Fix mobile menu rendering collision with tooltip. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring the mobile-mode menu in front of the ⓘ icon. --- src/librustdoc/html/static/rustdoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {