https://bugzilla.wikimedia.org/show_bug.cgi?id=41231

--- Comment #19 from TMg <[email protected]> 2012-10-26 01:11:05 UTC ---
Here is an other possible solution that uses the same method to center the
popup but moves the invisible container out of the screen. This way the bad
z-index does not matter. Try it here:

http://de.wikipedia.org/wiki/Special:PermanentLink/109747763

The relevant parts of the code are:

.postedit-container { 
    position: fixed;
    left: 50%;
    top: -100%;
    height: 100%;
}
.postedit { 
    position: relative;
    left: -50%;
    top: 102%;
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to