Skip to content

Commit 1182f09

Browse files
committed
Fix mobile menu rendering collision with tooltip.
Bring the mobile-mode menu in front of the ⓘ icon.
1 parent c9bb68f commit 1182f09

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)