]> git.lizzy.rs Git - rust.git/commitdiff
Fix mobile menu rendering collision with tooltip.
authorJohn Heitmann <jheitmann@gmail.com>
Tue, 18 Dec 2018 21:55:30 +0000 (13:55 -0800)
committerJohn Heitmann <jheitmann@gmail.com>
Tue, 18 Dec 2018 21:55:30 +0000 (13:55 -0800)
Bring the mobile-mode menu in front of the ⓘ icon.

src/librustdoc/html/static/rustdoc.css

index 01d2cbec1922145445b74d85b24f7df27ebe66a7..1480c54ce4084f51a50a7141bab0bc2a4c807e20 100644 (file)
@@ -997,7 +997,7 @@ span.since {
                margin-left: -15px;
                padding: 0 15px;
                position: static;
-               z-index: 1;
+               z-index: 11;
        }
 
        .sidebar > .location {