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: 
This commit is contained in:
commit
1ba6ec4a32
1 changed files with 1 additions and 1 deletions
|
|
@ -997,7 +997,7 @@ span.since {
|
|||
margin-left: -15px;
|
||||
padding: 0 15px;
|
||||
position: static;
|
||||
z-index: 1;
|
||||
z-index: 11;
|
||||
}
|
||||
|
||||
.sidebar > .location {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue