1
0
Kaynağa Gözat

Fixed helios frame resizing

Nicolas Petton 12 yıl önce
ebeveyn
işleme
865224adc5
1 değiştirilmiş dosya ile 4 ekleme ve 1 silme
  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() {