From 7498057c8998c29fdd3b903c4e45ac2dc42b73e6 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 30 Aug 2017 11:11:43 +0200 Subject: [PATCH] Fix Safari iframe size --- customize.dist/src/less/toolbar.less | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index cbbbd9dd2..7e28c08d3 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -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%; } }