Steps to replicate the issue (include links if applicable):
- Visit https://de.wikipedia.org/w/index.php?title=Paul_Gleeson&diff=206966073&oldid=196319309&useskin=minerva
- Shrink browser
What happens?:
It's impossible to access the footer.
What should have happened instead?:
It should be possible to access the footer. Some space below the footer should be reserved but this requires adding scroll on the page element.
On https://de.m.wikipedia.org/wiki/Spezial:Mobiler_Unterschied/152400620 the following rule exists for Special:MobileDiff page and the mw-special-MobileDiff class is available on the BODY tag:
https://github.com/wikimedia/mediawiki-extensions-MobileFrontend/blob/master/resources/mobile.special.mobilediff.styles/mobilediff.less#L32
footer {
margin-bottom: 10em;
}however Minerva does not have a way to target the diff page without also targeting the article page
QA
- Check you can access the footer
- Check T350515 has not regressed.
QA Results - Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T350637#9411913 |
| 2 | ✅ | T350637#9411913 |
QA Results - Prod
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T350637#9448207 |
| 2 | ✅ | T350637#9448207 |







