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:
Shamim Rezaie
2020-05-12 10:56:29 +10:00
parent 36e5a07a59
commit fcd34f1876
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -236,7 +236,7 @@ $allow-reset-style: true !default;
vertical-align: top;
div[role="main"] {
flex: 1;
flex: 1 0 auto;
}
.activity-navigation {
+1 -1
View File
@@ -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 {