MDL-68200 theme_boost: workaround for IE for flexbox not filling height
read more: https://philipwalton.com/articles/normalizing-cross-browser-flexbox-bugs/
This commit is contained in:
@@ -236,7 +236,7 @@ $allow-reset-style: true !default;
|
||||
vertical-align: top;
|
||||
|
||||
div[role="main"] {
|
||||
flex: 1;
|
||||
flex: 1 0 auto;
|
||||
}
|
||||
|
||||
.activity-navigation {
|
||||
|
||||
@@ -17726,7 +17726,7 @@ body.reset-style #page-content {
|
||||
padding-right: 1.25rem;
|
||||
vertical-align: top; }
|
||||
body.reset-style #page-content #region-main-box #region-main div[role="main"] {
|
||||
flex: 1; }
|
||||
flex: 1 0 auto; }
|
||||
body.reset-style #page-content #region-main-box #region-main .activity-navigation {
|
||||
overflow: hidden; }
|
||||
body.reset-style #page-content #region-main-box #region-main.has-blocks {
|
||||
|
||||
Reference in New Issue
Block a user