We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a8fb7e1 + ca9e52b commit 6f5181fCopy full SHA for 6f5181f
1 file changed
core/css/ie.scss
@@ -4,6 +4,11 @@
4
}
5
#app-content {
6
width: $navigation-width !important;
7
+ /**
8
+ * set min height so the container will grow in IE11
9
+ * https://stackoverflow.com/questions/28627879/flexbox-not-filling-height-in-ie11
10
+ */
11
+ min-height: calc(100vh - 50px);
12
13
#app-sidebar.disappear {
14
right: -$sidebar-max-width !important;
0 commit comments