@idealyst/theme 1.2.9 → 1.2.12

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idealyst/theme",
3
- "version": "1.2.9",
3
+ "version": "1.2.12",
4
4
  "description": "Theming system for Idealyst Framework",
5
5
  "readme": "README.md",
6
6
  "main": "src/index.ts",
@@ -272,7 +272,6 @@ function generateScreenStyles(theme: Theme, extensions?: ComponentExtensions): R
272
272
  overflow: 'auto',
273
273
  display: 'flex',
274
274
  flexDirection: 'column',
275
- minHeight: '100%',
276
275
  boxSizing: 'border-box',
277
276
  },
278
277
  };