Prevent content stuff from overlapping over nav stuff

bug: T200148
Change-Id: I573eb5cec1a5e45a63d833d97b6dc789f1e3f093
isekai
Isarra 7 years ago
parent 12c4d073c5
commit 557999259e

@ -19,7 +19,10 @@ body {
.box;
background: @background;
padding: 1em @content-padding 3em;
/* Set a z-index for the content to group it away from any nav stuff (extensions) - T200148 */
position: relative;
z-index: 0;
}
#mw-content-container {
background: @background2;

Loading…
Cancel
Save