Преглед изворни кода

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() {