1
0
mirror of https://github.com/moodle/moodle.git synced 2025-04-07 09:23:31 +02:00

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-03-26 04:57:49 +11:00
parent 36e5a07a59
commit fcd34f1876
2 changed files with 2 additions and 2 deletions
theme/boost
scss/moodle
style

@ -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 {