Fix mobile menu rendering collision with tooltip.

Bring the mobile-mode menu in front of the ⓘ icon.
This commit is contained in:
John Heitmann 2018-12-18 13:55:30 -08:00
parent c9bb68f5ae
commit 1182f09b1c

View file

@ -997,7 +997,7 @@ span.since {
margin-left: -15px;
padding: 0 15px;
position: static;
z-index: 1;
z-index: 11;
}
.sidebar > .location {