diff --git a/lib/client/view.js b/lib/client/view.js index 14b19c1c..2206aac4 100644 --- a/lib/client/view.js +++ b/lib/client/view.js @@ -29,8 +29,8 @@ var CloudCmd, Util, DOM, CloudFunc, $; openEffect : 'none', closeEffect : 'none', autoSize : false, - height : window.innerHeight, - width : window.innerWidth/0.75, + height : '100%', + width : '100%', minWidth : 0, minHeight : 0,