Give .mw-body-content its own stacking context (z-index: 0)

This avoids that elements in the content can overlap elements
outside the content area (e.g. software and skin interface components),
such as the page action menu.

Bug: T40848
Change-Id: Ia986434c51d8db738726f3a4e918bce373bd3d6b
This commit is contained in:
Fomafix 2014-12-07 20:22:57 +00:00 committed by Krinkle
parent cdf2fcdc68
commit df10f03a7a

View File

@ -146,4 +146,5 @@ pre, .mw-code {
position: relative;
line-height: @content-line-height;
font-size: @content-font-size;
z-index: 0;
}