From 17521240710454145b5c9b2421a83b45a523a8dc Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 22 Aug 2017 11:50:52 +0200 Subject: [PATCH] Fix Iframe height in Edge --- customize.dist/src/less/toolbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customize.dist/src/less/toolbar.less b/customize.dist/src/less/toolbar.less index 91afca6ae..cbbbd9dd2 100644 --- a/customize.dist/src/less/toolbar.less +++ b/customize.dist/src/less/toolbar.less @@ -56,7 +56,7 @@ display: flex; overflow: visible; iframe { - height: auto; + height: 100%; width: 100%; } }