Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 71: Line 71:
/* Proper clearfix override */
/* Proper clearfix override */
.clearfix {
.clearfix {
     position: static !important;
     position: absolute !important;
     display: flow-root; /* modern fix */
     display: flow-root; /* modern fix */
}
}