mofron-comp-appbase
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -132,4 +132,7 @@ /** | ||
return new mf.Component({ | ||
style : { 'position' : 'fixed' }, | ||
height : window.innerHeight - this.header().height() | ||
style : { 'position' : 'fixed' }, | ||
size : new mf.Param( | ||
'100%', | ||
window.innerHeight - this.header().height() | ||
) | ||
}); | ||
@@ -136,0 +139,0 @@ } |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "application base component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7659
169