|
|
|
@ -36,7 +36,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:#fff}#wrapper{min-height:100%; overflow:auto}', |
|
|
|
protectedCss: '*{box-sizing: border-box;}body{margin:0;height:auto;background-color:#fff}#wrapper{min-height:100%; overflow:auto}', |
|
|
|
|
|
|
|
// CSS for the iframe which containing the canvas, useful if you need to custom something inside
|
|
|
|
// (eg. the style of the selected component)
|
|
|
|
|