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:
parent
36e5a07a59
commit
fcd34f1876
theme/boost
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user