summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/css/ie.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/css/ie.scss b/core/css/ie.scss
index a4d2c8336ec..f1a617f0975 100644
--- a/core/css/ie.scss
+++ b/core/css/ie.scss
@@ -4,6 +4,11 @@
}
#app-content {
width: $navigation-width !important;
+ /**
+ * set min height so the container will grow in IE11
+ * https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
+ */
+ min-height: calc(100vh - 50px);
}
#app-sidebar.disappear {
right: -$sidebar-max-width !important;