MDL-56967 boost: Fix for layout problem with IE11

This commit is contained in:
Damyon Wiese 2016-11-15 15:02:40 +08:00
parent 0b8e0c374f
commit 4682f17c49

View File

@ -54,6 +54,12 @@ $blocks-plus-gutter: $blocks-column-width + $grid-gutter-width;
border-bottom-left-radius: 0.5rem;
float: right;
}
// Required for IE11 to prevent blocks being pushed under the content.
#region-main {
float: left;
width: 100%;
}
#region-main-settings-menu.has-blocks,
#region-main.has-blocks {
display: inline-block;