jenkins-bot has submitted this change and it was merged.
Change subject: Make #globalWrapper into a stacking context
......................................................................
Make #globalWrapper into a stacking context
It has some children with high z-indices, we don't want them to cover
elements appended at the end of the <body> (search suggestions, dialog
overlays, and such).
Bug: T73650
Change-Id: I6fb08bb1448093227017666c86980a1365835482
---
M main.css
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Krinkle: Looks good to me, approved
Catrope: Looks good to me, but someone else must approve
jenkins-bot: Verified
diff --git a/main.css b/main.css
index f885e3e..809fe18 100644
--- a/main.css
+++ b/main.css
@@ -63,6 +63,8 @@
width: 100%;
margin: 0;
padding: 0;
+ position: relative;
+ z-index: 0;
}
/* general styles */
--
To view, visit https://gerrit.wikimedia.org/r/175594
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I6fb08bb1448093227017666c86980a1365835482
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/skins/MonoBook
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoĆski <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits