Gergő Tisza has submitted this change and it was merged. Change subject: Fix metadata footer positioning in fullscreen mode ......................................................................
Fix metadata footer positioning in fullscreen mode Add position:fixed to the metadata panel to stick it to the bottom of the page. This reverts the change in Ic37b4150288055c3fae8d22919ed7b1249db1f09 I can't recall if there was some intent behind that or it was an accidental deletion; but this seems to work fine in Chrome and FF. Change-Id: Ic5fdce5fb3d6884df782f8bc9ec5c9a5c67edbd6 Mingle: https://wikimedia.mingle.thoughtworks.com/projects/multimedia/cards/805 (cherry picked from commit 1af29bdc53bda2ddd5464ef4e99c31e2846e0659) --- M resources/mmv/mmv.lightboxinterface.less 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Gergő Tisza: Verified; Looks good to me, approved diff --git a/resources/mmv/mmv.lightboxinterface.less b/resources/mmv/mmv.lightboxinterface.less index 6cad7ec..5297a55 100644 --- a/resources/mmv/mmv.lightboxinterface.less +++ b/resources/mmv/mmv.lightboxinterface.less @@ -93,6 +93,7 @@ } .mw-mmv-post-image { + position: fixed; min-height: 0; .opacity(0); transition: opacity 0.25s; -- To view, visit https://gerrit.wikimedia.org/r/148729 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic5fdce5fb3d6884df782f8bc9ec5c9a5c67edbd6 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/MultimediaViewer Gerrit-Branch: wmf/1.24wmf14 Gerrit-Owner: Gergő Tisza <[email protected]> Gerrit-Reviewer: Gergő Tisza <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
