MediaWiki:Vector.css: Difference between revisions

m
Fixed footer behind body by making the body relatively positioned
imported>Ttv pedro270707
mNo edit summary
imported>Ttv pedro270707
m (Fixed footer behind body by making the body relatively positioned)
Line 2: Line 2:
.skin-vector-legacy .mw-body {
.skin-vector-legacy .mw-body {
z-index: 1;
z-index: 1;
     position: absolute;
     position: relative;
}
}