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 {
|
.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 {
|
||||||
|
|
Loading…
Reference in a new issue