@fonixtree/magic-design 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -103,6 +103,7 @@ var Renderer = function Renderer(props) {
103
103
  className: "render_wrap",
104
104
  magic_design: "",
105
105
  style: {
106
+ height: '100%',
106
107
  background: pageBackground,
107
108
  overflow: 'auto'
108
109
  }
@@ -103,6 +103,7 @@ var Renderer = function Renderer(props) {
103
103
  className: "render_wrap",
104
104
  magic_design: "",
105
105
  style: {
106
+ height: '100%',
106
107
  background: pageBackground,
107
108
  overflow: 'auto'
108
109
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@fonixtree/magic-design",
3
3
  "author": "Cylon Team",
4
- "version": "1.0.20",
4
+ "version": "1.0.21",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",