diff --git a/scp/js/scp.js b/scp/js/scp.js
index e8a9443af1e37172e69160474c5a63ebf7252017..e2cadf58f763b6d7b5cfb62166a54e4d5212c229 100644
--- a/scp/js/scp.js
+++ b/scp/js/scp.js
@@ -713,7 +713,7 @@ $.confirm = function(message, title) {
                     .click(function() {  hide(); D.resolve(); })
         ))).append($('<div class="clear"></div>'));
     $.toggleOverlay(true);
-    $popup.show();
+    $popup.resize().show();
     return D.promise();
 };