MDL-56967 boost: Fix for layout problem with IE11
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user