Skip to content

Commit 1ba6ec4

Browse files
authored
Rollup merge of #56959 - JohnHeitmann:mobile-z-fix, r=GuillaumeGomez
Fix mobile menu rendering collision with tooltip. Bring the mobile-mode menu in front of the ⓘ icon. Here's what the bug looks like: ![screen shot 2018-12-18 at 1 53 46 pm](https://user-images.githubusercontent.com/4282480/50185501-cbf62180-02cc-11e9-927e-3c6469901323.png)
2 parents 6dca15c + 1182f09 commit 1ba6ec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/html/static/rustdoc.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ span.since {
997997
margin-left: -15px;
998998
padding: 0 15px;
999999
position: static;
1000-
z-index: 1;
1000+
z-index: 11;
10011001
}
10021002

10031003
.sidebar > .location {

0 commit comments

Comments
 (0)