Fix navigation menu h2 from showing in legacy Vector

Restores code removed in 50d866dc

Bug: T291264
Change-Id: Ibcdcd0a2dc31a0cdcfa570901765207dc729af6e
This commit is contained in:
bwang 2021-09-17 09:58:26 -05:00 committed by Jdlrobson
parent f258da947d
commit d9a002574c
1 changed files with 6 additions and 0 deletions

View File

@ -81,6 +81,12 @@ body {
height: 5em;
}
/* Hide, but keep accessible for screen-readers */
#mw-navigation h2 {
position: absolute;
top: -9999px;
}
#mw-head {
position: absolute;
top: 0;