fix flexbox bugs for ie11
This commit is contained in:
parent
bb33544881
commit
0da77e7aa1
1 changed files with 4 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
.editor-preview-container {
|
||||
width: 100%;
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.editor-console-container {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
max-width: 45%;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
|
@ -23,7 +23,8 @@
|
|||
}
|
||||
|
||||
.preview-frame {
|
||||
flex: 1 0 0;
|
||||
flex: 1 0 0px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.toolbar {
|
||||
|
|
Loading…
Reference in a new issue