Merge "Prevent content stuff from overlapping over nav stuff"

isekai
jenkins-bot 7 years ago committed by Gerrit Code Review
commit 980d437ca4

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

Loading…
Cancel
Save