浏览代码

Fixed helios frame resizing

Nicolas Petton 12 年之前
父节点
当前提交
865224adc5
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      js/amber.js

+ 4 - 1
js/amber.js

@@ -304,7 +304,10 @@ amber = (function() {
         });
 
         function onResize() {
-            jQuery('#helios').css('top', '').css('bottom', '0px');
+            jQuery('#helios')
+                .css('top', '')
+                .css('width', '100%')
+                .css('bottom', '0px');
         }
 
         function onResizeStart() {