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

           Summary: stacking context for #bodyContent
           Product: MediaWiki
           Version: unspecified
          Platform: All
               URL: http://de.wikipedia.org/w/index.php?title=Wikipedia:Re
                    daktion_Medizin/Projekt_Kinderleicht&diff=77448997&old
                    id=77446302
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: Normal
         Component: Vector Skin
        AssignedTo: tpars...@wikimedia.org
        ReportedBy: entli...@gmx-topmail.de


#bodyContent creates a positioning context via position ≠ static (r52855), but
not a stacking context because z-index is auto. This way, templates can easily
break the vectorMenu and other things in #mw-head by just using a z-index >= 1
(see URL). #bodyContent { z-index: 0; } avoids that and should not have any
side-effects (it does nothing besides creating a stacking context; it's even
already the case in IE <= 7 because IE <= incorrectly treats auto like 0).

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to