Fix: flexbox issue on IE11

This commit is contained in:
juliandescottes
2016-08-16 10:06:42 +02:00
parent 8867324468
commit 2fe1fe67e5

View File

@@ -26,6 +26,7 @@
vertical-align: top; vertical-align: top;
height: 100%; height: 100%;
margin-right: 7px; margin-right: 7px;
flex-shrink: 0;
} }
.main-column { .main-column {
@@ -37,6 +38,7 @@
box-sizing: border-box; box-sizing: border-box;
vertical-align: top; vertical-align: top;
height: 100%; height: 100%;
flex-shrink: 0;
display: flex; display: flex;
flex-direction: column; flex-direction: column;