mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-28 01:20:07 +00:00
Follow-up I673c28c2: Only apply clearfix to main content area
Bug: T254195 Bug: T263445 Change-Id: I693cd3d4d32501a2a4ab20140a662943fba22bb6
This commit is contained in:
parent
a69323a9df
commit
21d4716612
|
@ -59,8 +59,12 @@ body {
|
|||
.mw-body-content {
|
||||
position: relative;
|
||||
z-index: @z-index-base;
|
||||
}
|
||||
|
||||
#bodyContent {
|
||||
// Clearfix here for legacy reasons of floated children (gadgets?),
|
||||
// to be revisited to clarify historic need and possibly remove.
|
||||
// Only apply to the main content area (T263445)
|
||||
.mixin-clearfix();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue