alaa_wmde added a comment.
This is happenning due to `z-index` being set to 0 on an ancestor html element `div.mw-body-content`. in screenshots: F28681460: image.png <https://phabricator.wikimedia.org/F28681460> if that z-index is removed F28681470: image.png <https://phabricator.wikimedia.org/F28681470> 🎉 ---- question is why that z-index was set to 0. If we cannot remove it, I'm afraid the only solution is to change OOUI widget used here so that it moves the popup element as a direct child of `body` (usual solution for in popup libraries to avoid this problem) which is not a small thing and not in our scope. So our options: - **cheapest, not sure if possible yet** remove `z-index` on - **very expensive, should be possible** change OOUI widget so that it uses the proper solution for this know html limitation with `z-index` Let's try the first and investigate/get-feedbcak on it first? TASK DETAIL https://phabricator.wikimedia.org/T199409 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: alaa_wmde Cc: alaa_wmde, Greta_Doci_WMDE, Lydia_Pintscher, Lea_Lacroix_WMDE, #lexicographical_data, KaMan, Nandana, Mringgaard, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, _jensen, rosalieper, Jonas, Wikidata-bugs, aude, Darkdadaah, Mbch331
_______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
