Fix the broken main menu

Although it's not being linked to, it can be visited from cached HTML.
Ensure on this page the menu shows.

Change-Id: Ib688e212c06d7febe82dcd3298e0627b4751dc97
This commit is contained in:
jdlrobson 2020-01-10 10:26:11 -08:00 committed by Jdlrobson
parent 725ee88657
commit 81799f71bb

View file

@ -3,9 +3,11 @@
body.navigation-full-screen {
background-color: @primaryNavBackgroundColor;
nav {
// stylelint-disable-next-line selector-max-id
#mw-mf-page-left {
// !important needed to override media query rules set in mainmenu.less
width: 100% !important;
opacity: 1;
right: 0 !important;
display: block !important;
visibility: visible !important;