From 17c50e92054956245875e52a6efcb1f577f4faad Mon Sep 17 00:00:00 2001 From: Artur Arseniev Date: Thu, 18 May 2017 21:05:16 +0200 Subject: [PATCH] Clean protectedCss in config file --- src/editor/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/config/config.js b/src/editor/config/config.js index 5a9e52848..9b1d40c1e 100644 --- a/src/editor/config/config.js +++ b/src/editor/config/config.js @@ -40,7 +40,7 @@ define(function () { width: '100%', // CSS that could only be seen (for instance, inside the code viewer) - protectedCss: '*{box-sizing: border-box;}body{margin:0;height:auto;background-color:#fff}#wrapper{min-height:100%; overflow:auto}', + protectedCss: '', // CSS for the iframe which containing the canvas, useful if you need to custom something inside // (eg. the style of the selected component)