Fix Safari iframe size

pull/1/head
yflory 7 years ago
parent ca8f05a16f
commit 7498057c89

@ -43,8 +43,6 @@
right: 0;
display: flex;
flex-flow: column;
height: 100vh;
width: 100vw;
}
.cke_toolbox_main {
display: inline-block;
@ -56,7 +54,7 @@
display: flex;
overflow: visible;
iframe {
height: 100%;
min-height: 100%;
width: 100%;
}
}

Loading…
Cancel
Save