JGonera has uploaded a new change for review.
https://gerrit.wikimedia.org/r/71935
Change subject: Regression: fix background glitch in left nav
......................................................................
Regression: fix background glitch in left nav
Introduced in f532ca60e85530456aea9a9c5ddd4d363816a5f1
Without this, when the screen height was greater than left nav's height,
grey background would extend below article's content.
Change-Id: I3b28e823698de078dbf480f11b427976ccc1b446
---
M less/common/mainmenu.less
M stylesheets/common/ui.css
2 files changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MobileFrontend
refs/changes/35/71935/1
diff --git a/less/common/mainmenu.less b/less/common/mainmenu.less
index 9f831f3..44797f3 100644
--- a/less/common/mainmenu.less
+++ b/less/common/mainmenu.less
@@ -118,6 +118,7 @@
margin-left: -@menuBorder;
// disable horizontal scrolling
overflow: hidden;
+ min-height: 100%;
height: auto !important;
}
diff --git a/stylesheets/common/ui.css b/stylesheets/common/ui.css
index 2df0653..0cfe9d7 100644
--- a/stylesheets/common/ui.css
+++ b/stylesheets/common/ui.css
@@ -305,6 +305,7 @@
body.navigation-enabled #mw-mf-viewport {
margin-left: -12px;
overflow: hidden;
+ min-height: 100%;
height: auto !important;
}
body.navigation-enabled #mw-mf-page-center {
--
To view, visit https://gerrit.wikimedia.org/r/71935
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3b28e823698de078dbf480f11b427976ccc1b446
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: JGonera <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits