fix flexbox bugs for ie11

This commit is contained in:
catarak 2016-07-22 17:19:15 -04:00
parent bb33544881
commit 0da77e7aa1
1 changed files with 4 additions and 3 deletions

View File

@ -7,12 +7,12 @@
.editor-preview-container { .editor-preview-container {
width: 100%; width: 100%;
flex: 1 0 0; flex: 1 0 0px;
display: flex; display: flex;
} }
.editor-console-container { .editor-console-container {
flex: 1 0 0; flex: 1 0 0px;
max-width: 45%; max-width: 45%;
height: 100%; height: 100%;
position: relative; position: relative;
@ -23,7 +23,8 @@
} }
.preview-frame { .preview-frame {
flex: 1 0 0; flex: 1 0 0px;
height: 100%;
} }
.toolbar { .toolbar {