@fonixtree/magic-design 1.0.100 → 1.0.104

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.
Binary file
@@ -157,7 +157,7 @@ var Renderer = function Renderer(props) {
157
157
  }
158
158
 
159
159
  return {
160
- overflow: 'auto'
160
+ overflow: 'hidden'
161
161
  };
162
162
  };
163
163
 
@@ -165,7 +165,6 @@ var Renderer = function Renderer(props) {
165
165
  className: "render_wrap",
166
166
  magic_design: "",
167
167
  style: __assign({
168
- height: '100%',
169
168
  background: pageBackground
170
169
  }, getRestStyle())
171
170
  }, floors.length > 0 && floors.map(function (nodeData, moduleIndex) {
Binary file
@@ -157,7 +157,7 @@ var Renderer = function Renderer(props) {
157
157
  }
158
158
 
159
159
  return {
160
- overflow: 'auto'
160
+ overflow: 'hidden'
161
161
  };
162
162
  };
163
163
 
@@ -165,7 +165,6 @@ var Renderer = function Renderer(props) {
165
165
  className: "render_wrap",
166
166
  magic_design: "",
167
167
  style: __assign({
168
- height: '100%',
169
168
  background: pageBackground
170
169
  }, getRestStyle())
171
170
  }, floors.length > 0 && floors.map(function (nodeData, moduleIndex) {
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.100",
4
+ "version": "1.0.104",
5
5
  "description": "Magic Design",
6
6
  "license": "MIT",
7
7
  "module": "es/index.js",